C# Class DSPUtil.SPDIFWrappedExternal

Inheritance: SoundObj
Exibir arquivo Open project: hughpyle/inguz-DSPUtil Class Usage Examples

Public Methods

Method Description
SPDIFWrappedExternal ( string exeName, string exeArgs ) : System
SetChannelGain ( ushort channel, double gain ) : void

Set gain for individual channels. This is multiplied by the global Gain if applicable.

Private Methods

Method Description
Start ( ) : void
Stop ( ) : void
valid ( ) : bool

Method Details

SPDIFWrappedExternal() public method

public SPDIFWrappedExternal ( string exeName, string exeArgs ) : System
exeName string
exeArgs string
return System

SetChannelGain() public method

Set gain for individual channels. This is multiplied by the global Gain if applicable.
public SetChannelGain ( ushort channel, double gain ) : void
channel ushort Channel number
gain double Gain (units), or double.NaN to reset
return void