Home
last modified time | relevance | path

Searched defs:AudioSampleAttributes (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_types.h179 struct AudioSampleAttributes { struct
180 enum AudioCategory type; /**< Audio type. For details, see {@link AudioCategory} */
181 bool interleaved; /**< Interleaving flag of audio data */
183 uint32_t sampleRate; /**< Audio sampling rate */
187 uint32_t period; /**< Audio sampling period */
188 uint32_t frameSize; /**< Frame size of the audio data */
189 bool isBigEndian; /**< Big endian flag of audio data */
190 bool isSignedData; /**< Signed or unsigned flag of audio data */
191 uint32_t startThreshold; /**< Audio render start threshold. */
192 uint32_t stopThreshold; /**< Audio render stop threshold. */
[all …]
/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/
H A Daudio_types.h211 struct AudioSampleAttributes { struct
213 bool interleaved; /**< Interleaving flag of audio data */
215 uint32_t sampleRate; /**< Audio sampling rate */
219 uint32_t period; /**< Audio sampling period */
220 uint32_t frameSize; /**< Frame size of the audio data */
221 bool isBigEndian; /**< Big endian flag of audio data */
222 bool isSignedData; /**< Signed or unsigned flag of audio data */
223 uint32_t startThreshold; /**< Audio render start threshold. */
224 uint32_t stopThreshold; /**< Audio render stop threshold. */
225 uint32_t silenceThreshold; /**< Audio capture buffer threshold. */
[all …]
/ohos5.0/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_types.h212 struct AudioSampleAttributes { struct
214 bool interleaved; /**< Interleaving flag of audio data */
216 uint32_t sampleRate; /**< Audio sampling rate */
220 uint32_t period; /**< Audio sampling period */
221 uint32_t frameSize; /**< Frame size of the audio data */
222 bool isBigEndian; /**< Big endian flag of audio data */
223 bool isSignedData; /**< Signed or unsigned flag of audio data */
224 uint32_t startThreshold; /**< Audio render start threshold. */
225 uint32_t stopThreshold; /**< Audio render stop threshold. */
226 uint32_t silenceThreshold; /**< Audio capture buffer threshold. */
[all …]
/ohos5.0/drivers/peripheral/audio/interfaces/include/
H A Daudio_types.h211 struct AudioSampleAttributes { struct
213 bool interleaved; /**< Interleaving flag of audio data */
215 uint32_t sampleRate; /**< Audio sampling rate */
219 uint32_t period; /**< Audio sampling period */
220 uint32_t frameSize; /**< Frame size of the audio data */
221 bool isBigEndian; /**< Big endian flag of audio data */
222 bool isSignedData; /**< Signed or unsigned flag of audio data */
223 uint32_t startThreshold; /**< Audio render start threshold. */
224 uint32_t stopThreshold; /**< Audio render stop threshold. */
225 uint32_t silenceThreshold; /**< Audio capture buffer threshold. */
[all …]
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/audio/
H A D_audio_sample_attributes_v10.md1 # AudioSampleAttributes chapter
H A D_audio_sample_attributes_v20.md1 # AudioSampleAttributes chapter