Searched refs:the_ChannelModes (Results 1 – 2 of 2) sorted by relevance
56 const unsigned int AEncodeProperties::the_ChannelModes[3] = { STEREO, JOINT_STEREO, DUAL_CHANNEL }; member in AEncodeProperties249 assert(a_channelID < sizeof(the_ChannelModes)); in GetChannelModeString()277 assert(nChannelIndex < sizeof(the_ChannelModes)); in GetChannelModeValue()279 return the_ChannelModes[nChannelIndex]; in GetChannelModeValue()
405 static const unsigned int the_ChannelModes[3]; variable