Home | History | Annotate | Download | only in include

Lines Matching refs:CStreamInfo

219 The decoded audio output format is indicated by a set of variables of the CStreamInfo structure.
224 CStreamInfo::numChannels cells. Each cell of pChannelType indicates the channel type, described in
249 is passed to aacDecoder_DecodeFrame() and the expected data in the CStreamInfo structure which can be obtained
256 to the following values in CStreamInfo:
258 CStreamInfo::numChannels = 2
260 CStreamInfo::pChannelType = { ::ACT_FRONT, ::ACT_FRONT }
262 CStreamInfo::pChannelIndices = { 0, 1 }
272 Where N equals to CStreamInfo::frameSize .
278 to the following values in CStreamInfo:
280 CStreamInfo::numChannels = 6
282 CStreamInfo::pChannelType = { ::ACT_FRONT, ::ACT_FRONT, ::ACT_FRONT, ::ACT_LFE, ::ACT_BACK, ::ACT_BACK }
284 CStreamInfo::pChannelIndices = { 1, 2, 0, 0, 0, 1 }
312 Where N equals to CStreamInfo::frameSize .
318 would lead to the following values in CStreamInfo:
320 CStreamInfo::numChannels = 3
322 CStreamInfo::pChannelType = { ::ACT_FRONT, ::ACT_FRONT,:: ACT_BACK }
324 CStreamInfo::pChannelIndices = { 0, 1, 0 }
337 Where N equals to CStreamInfo::frameSize .
466 1. The channel signalling (CStreamInfo::pChannelType and CStreamInfo::pChannelIndices)
589 } CStreamInfo;
737 * \brief Get CStreamInfo handle from decoder.
740 * \return Reference to requested CStreamInfo.
742 LINKSPEC_H CStreamInfo* aacDecoder_GetStreamInfo( HANDLE_AACDECODER self );