Searched defs:SLAudioCodecDescriptor_ (Results 1 – 4 of 4) sorted by relevance
2278 typedef struct SLAudioCodecDescriptor_ { struct2279 SLuint32 maxChannels;2280 SLuint32 minBitsPerSample;2281 SLuint32 maxBitsPerSample;2282 SLmilliHertz minSampleRate;2283 SLmilliHertz maxSampleRate;2284 SLboolean isFreqRangeContinuous;2285 SLmilliHertz *pSampleRatesSupported;2286 SLuint32 numSampleRatesSupported;2287 SLuint32 minBitRate;[all …]