예제 #1
0
 public ChannelMappingConfiguration(AudioMixChannelType outputChannelType, int sourceChannelNumber)
 {
     OutputChannelType   = outputChannelType;
     SourceChannelNumber = sourceChannelNumber;
 }
 public DownmixConfig(AudioMixChannelType outputChannelType)
 {
     OutputChannelType = outputChannelType;
 }