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.
|
Method | Description | |
---|---|---|
Start ( ) : void | ||
Stop ( ) : void | ||
valid ( ) : bool |
public SPDIFWrappedExternal ( string exeName, string exeArgs ) : System | ||
exeName | string | |
exeArgs | string | |
return | System |
public SetChannelGain ( ushort channel, double gain ) : void | ||
channel | ushort | Channel number |
gain | double | Gain (units), or double.NaN to reset |
return | void |