DSPUtil.SingleChannel.SingleChannel C# (CSharp) Method

SingleChannel() public method

public SingleChannel ( ISoundObj input, ushort nChannel ) : System
input ISoundObj
nChannel ushort
return System
        public SingleChannel(ISoundObj input, ushort nChannel)
        {
            Input = input;
            _nChannel = nChannel;
        }

Same methods

SingleChannel::SingleChannel ( ISoundObj input, ushort nChannel, bool okIfChannelNotFound ) : System
SingleChannel