C# Class DSPUtil.SingleChannel

Inheritance: SoundObj
Datei anzeigen Open project: hughpyle/inguz-DSPUtil Class Usage Examples

Public Methods

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

Method Details

SingleChannel() public method

public SingleChannel ( ISoundObj input, ushort nChannel ) : System
input ISoundObj
nChannel ushort
return System

SingleChannel() public method

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