DSPUtil.SingleChannel.SingleChannel C# (CSharp) Метод

SingleChannel() публичный Метод

public SingleChannel ( ISoundObj input, ushort nChannel ) : System
input ISoundObj
nChannel ushort
Результат System
        public SingleChannel(ISoundObj input, ushort nChannel)
        {
            Input = input;
            _nChannel = nChannel;
        }

Same methods

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