Searched defs:AudioSampleAttributes (Results 1 – 3 of 3) sorted by relevance
/drivers/peripheral/bluetooth/audio/interfaces/include/ |
D | audio_types.h | 176 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/include/ |
D | audio_types.h | 208 struct AudioSampleAttributes { struct 209 enum AudioCategory type; /**< Audio type. For details, see {@link AudioCategory} */ 210 bool interleaved; /**< Interleaving flag of audio data */ 211 enum AudioFormat format; /**< Audio data format. For details, see {@link AudioFormat}. */ 212 uint32_t sampleRate; /**< Audio sampling rate */ 213 …channelCount; /**< Number of audio channels. For example, for the mono channel, the value is 1, 216 uint32_t period; /**< Audio sampling period */ 217 uint32_t frameSize; /**< Frame size of the audio data */ 218 bool isBigEndian; /**< Big endian flag of audio data */ 219 bool isSignedData; /**< Signed or unsigned flag of audio data */ [all …]
|
/drivers/peripheral/audio/interfaces/2.0/include/ |
D | audio_types.h | 209 struct AudioSampleAttributes { struct 210 enum AudioCategory type; /**< Audio type. For details, see {@link AudioCategory} */ 211 bool interleaved; /**< Interleaving flag of audio data */ 212 enum AudioFormat format; /**< Audio data format. For details, see {@link AudioFormat}. */ 213 uint32_t sampleRate; /**< Audio sampling rate */ 214 …channelCount; /**< Number of audio channels. For example, for the mono channel, the value is 1, 217 uint32_t period; /**< Audio sampling period */ 218 uint32_t frameSize; /**< Frame size of the audio data */ 219 bool isBigEndian; /**< Big endian flag of audio data */ 220 bool isSignedData; /**< Signed or unsigned flag of audio data */ [all …]
|