Searched defs:AudioSampleAttributes (Results 1 – 1 of 1) sorted by relevance
211 struct AudioSampleAttributes { struct212 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 …]