C# 클래스 Mixer.MixerChannel

파일 보기 프로젝트 열기: FacepunchProgrammers/coderelay-audio 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
channelFader float
effects List
inputTrim float
offset int
pan float

공개 메소드들

메소드 설명
GetOutput ( MixerEnums tapPoint = MixerEnums.TapPoint.PostFader ) : double[][]
MixerChannel ( double sampleData ) : System

비공개 메소드들

메소드 설명
ApplyTrim ( double input, float trim ) : double[][]

메소드 상세

GetOutput() 공개 메소드

public GetOutput ( MixerEnums tapPoint = MixerEnums.TapPoint.PostFader ) : double[][]
tapPoint MixerEnums
리턴 double[][]

MixerChannel() 공개 메소드

public MixerChannel ( double sampleData ) : System
sampleData double
리턴 System

프로퍼티 상세

channelFader 공개적으로 프로퍼티

public float channelFader
리턴 float

effects 공개적으로 프로퍼티

public List effects
리턴 List

inputTrim 공개적으로 프로퍼티

public float inputTrim
리턴 float

offset 공개적으로 프로퍼티

public int offset
리턴 int

pan 공개적으로 프로퍼티

public float pan
리턴 float