Channel configuration type. 
| 枚举值 | 
|---|
| AK_ChannelConfigType_Anonymous  | Channel mask == 0 and channels are anonymous.  
 | 
| AK_ChannelConfigType_Standard  | Channels must be identified with standard defines in AkSpeakerConfigs.  
  
 | 
| AK_ChannelConfigType_Ambisonic  | Ambisonics. Channel mask == 0 and channels follow standard ambisonic order.  
 | 
| AK_ChannelConfigType_Objects  | Object-based configurations.  
 | 
| AK_ChannelConfigType_Last  | End of enum, invalid value.  
 | 
| AK_ChannelConfigType_UseDeviceMain  | Special setting for bus objects to use the audio device main configuration.  
 | 
| AK_ChannelConfigType_UseDevicePassthrough  | Special setting for bus objects to use the audio device passthrough configuration.  
 |