C# 클래스 DSPUtil.SPDIFWrappedExternal

상속: SoundObj
파일 보기 프로젝트 열기: hughpyle/inguz-DSPUtil 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
Start ( ) : void
Stop ( ) : void
valid ( ) : bool

메소드 상세

SPDIFWrappedExternal() 공개 메소드

public SPDIFWrappedExternal ( string exeName, string exeArgs ) : System
exeName string
exeArgs string
리턴 System

SetChannelGain() 공개 메소드

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
리턴 void