public MixerChannel(IBmpProvider bpmProvider = null, MixerChannelOutputType outputType = MixerChannelOutputType.SingleOutput)
     : base(bpmProvider)
 {
     ChannelId = ChannelHelper.IntialiseMixerChannel();
     OutputType = outputType;
     SetVolume(100);
 }
Beispiel #2
0
 public MixerChannel(IBmpProvider bpmProvider = null, MixerChannelOutputType outputType = MixerChannelOutputType.SingleOutput)
     : base(bpmProvider)
 {
     ChannelId  = ChannelHelper.InitializeMixerChannel();
     OutputType = outputType;
     SetVolume(100);
 }