Searched defs:CStreamInfo (Results 1 - 1 of 1) sorted by relevance

/external/aac/libAACdec/include/
H A Daacdecoder_lib.h220 The decoded audio output format is indicated by a set of variables of the CStreamInfo structure.
225 CStreamInfo::numChannels cells. Each cell of pChannelType indicates the channel type, described in
250 is passed to aacDecoder_DecodeFrame() and the expected data in the CStreamInfo structure which can be obtained
257 to the following values in CStreamInfo:
259 CStreamInfo::numChannels = 2
261 CStreamInfo::pChannelType = { ::ACT_FRONT, ::ACT_FRONT }
263 CStreamInfo::pChannelIndices = { 0, 1 }
273 Where N equals to CStreamInfo::frameSize .
279 to the following values in CStreamInfo:
281 CStreamInfo
525 } CStreamInfo; typedef in typeref:struct:__anon3
[all...]

Completed in 81 milliseconds