Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_audio/common/include/
Daudio_types.h211 struct AudioSampleAttributes { struct
212 enum AudioCategory type; /**< Audio type. For details, see {@link AudioCategory} */
213 bool interleaved; /**< Interleaving flag of audio data */
214 enum AudioFormat format; /**< Audio data format. For details, see {@link AudioFormat}. */
215 uint32_t sampleRate; /**< Audio sampling rate */
216 …channelCount; /**< Number of audio channels. For example, for the mono channel, the value is 1,
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 */
[all …]