Searched defs:AudioSampleAttributes (Results 1 – 2 of 2) 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 | 181 struct AudioSampleAttributes { struct 182 enum AudioCategory type; /**< Audio type. For details, see {@link AudioCategory} */ 183 bool interleaved; /**< Interleaving flag of audio data */ 184 enum AudioFormat format; /**< Audio data format. For details, see {@link AudioFormat}. */ 185 uint32_t sampleRate; /**< Audio sampling rate */ 186 …channelCount; /**< Number of audio channels. For example, for the mono channel, the value is 1, 189 uint32_t period; /**< Audio sampling period */ 190 uint32_t frameSize; /**< Frame size of the audio data */ 191 bool isBigEndian; /**< Big endian flag of audio data */ 192 bool isSignedData; /**< Signed or unsigned flag of audio data */ [all …]
|