Searched defs:AudioSampleAttributes (Results 1 – 6 of 6) sorted by relevance
179 struct AudioSampleAttributes { struct180 enum AudioCategory type; /**< Audio type. For details, see {@link AudioCategory} */181 bool interleaved; /**< Interleaving flag of audio data */183 uint32_t sampleRate; /**< Audio sampling rate */187 uint32_t period; /**< Audio sampling period */188 uint32_t frameSize; /**< Frame size of the audio data */189 bool isBigEndian; /**< Big endian flag of audio data */190 bool isSignedData; /**< Signed or unsigned flag of audio data */191 uint32_t startThreshold; /**< Audio render start threshold. */192 uint32_t stopThreshold; /**< Audio render stop threshold. */[all …]
211 struct AudioSampleAttributes { struct213 bool interleaved; /**< Interleaving flag of audio data */215 uint32_t sampleRate; /**< Audio sampling rate */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 */223 uint32_t startThreshold; /**< Audio render start threshold. */224 uint32_t stopThreshold; /**< Audio render stop threshold. */225 uint32_t silenceThreshold; /**< Audio capture buffer threshold. */[all …]
212 struct AudioSampleAttributes { struct214 bool interleaved; /**< Interleaving flag of audio data */216 uint32_t sampleRate; /**< Audio sampling rate */220 uint32_t period; /**< Audio sampling period */221 uint32_t frameSize; /**< Frame size of the audio data */222 bool isBigEndian; /**< Big endian flag of audio data */223 bool isSignedData; /**< Signed or unsigned flag of audio data */224 uint32_t startThreshold; /**< Audio render start threshold. */225 uint32_t stopThreshold; /**< Audio render stop threshold. */226 uint32_t silenceThreshold; /**< Audio capture buffer threshold. */[all …]
1 # AudioSampleAttributes chapter