C# 클래스 DSPUtil.Invertor

상속: SoundObj
파일 보기 프로젝트 열기: hughpyle/inguz-DSPUtil

공개 메소드들

메소드 설명
Invert ( ushort nChannel, bool doInvert ) : void

Time difference, in samples, to apply between left and right channels. Positive values delay the right channel relative to the left channel, and vice versa.

Invertor ( ) : System

비공개 메소드들

메소드 설명
_nxt ( ISample s ) : ISample

메소드 상세

Invert() 공개 메소드

Time difference, in samples, to apply between left and right channels. Positive values delay the right channel relative to the left channel, and vice versa.
public Invert ( ushort nChannel, bool doInvert ) : void
nChannel ushort
doInvert bool
리턴 void

Invertor() 공개 메소드

public Invertor ( ) : System
리턴 System