Home
last modified time | relevance | path

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

/drivers/peripheral/bluetooth/audio/interfaces/include/
Daudio_types.h176 struct AudioSampleAttributes { struct
177 enum AudioCategory type; /**< Audio type. For details, see {@link AudioCategory} */
178 bool interleaved; /**< Interleaving flag of audio data */
179 enum AudioFormat format; /**< Audio data format. For details, see {@link AudioFormat}. */
180 uint32_t sampleRate; /**< Audio sampling rate */
181 …channelCount; /**< Number of audio channels. For example, for the mono channel, the value is 1,
184 uint32_t period; /**< Audio sampling period */
185 uint32_t frameSize; /**< Frame size of the audio data */
186 bool isBigEndian; /**< Big endian flag of audio data */
187 bool isSignedData; /**< Signed or unsigned flag of audio data */
[all …]
/drivers/peripheral/audio/interfaces/2.0/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 …]
/drivers/peripheral/audio/interfaces/include/
Daudio_types.h210 struct AudioSampleAttributes { struct
211 enum AudioCategory type; /**< Audio type. For details, see {@link AudioCategory} */
212 bool interleaved; /**< Interleaving flag of audio data */
213 enum AudioFormat format; /**< Audio data format. For details, see {@link AudioFormat}. */
214 uint32_t sampleRate; /**< Audio sampling rate */
215 …channelCount; /**< Number of audio channels. For example, for the mono channel, the value is 1,
218 uint32_t period; /**< Audio sampling period */
219 uint32_t frameSize; /**< Frame size of the audio data */
220 bool isBigEndian; /**< Big endian flag of audio data */
221 bool isSignedData; /**< Signed or unsigned flag of audio data */
[all …]