Summary
          
    Converts an 
		AudioSpeakerMode to the corresponding ChannelCount.
    
        Syntax
public static ChannelCount AudioSpeakerModeToChannelCount(AudioSpeakerMode audioSpeakerMode)Parameters
| Name | Type | Description | 
|---|---|---|
| audioSpeakerMode | AudioSpeakerMode | The AudioSpeakerModeto convert. | 
Return Value
| Type | Description | 
|---|---|
| ChannelCount | The corresponding ChannelCountbased on theaudioSpeakerMode. |