Home | History | Annotate | Download | only in include

Lines Matching refs:CStreamInfo

220 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::numChannels = 6
283 CStreamInfo::pChannelType = { ::ACT_FRONT, ::ACT_FRONT, ::ACT_FRONT, ::ACT_LFE, ::ACT_BACK, ::ACT_BACK }
285 CStreamInfo::pChannelIndices = { 1, 2, 0, 0, 0, 1 }
313 Where N equals to CStreamInfo::frameSize .
319 would lead to the following values in CStreamInfo:
321 CStreamInfo::numChannels = 3
323 CStreamInfo::pChannelType = { ::ACT_FRONT, ::ACT_FRONT,:: ACT_BACK }
325 CStreamInfo::pChannelIndices = { 0, 1, 0 }
338 Where N equals to CStreamInfo::frameSize .
524 } CStreamInfo;
668 * \brief Get CStreamInfo handle from decoder.
671 * \return Reference to requested CStreamInfo.
673 LINKSPEC_H CStreamInfo* aacDecoder_GetStreamInfo( HANDLE_AACDECODER self );