C# 클래스 GAudio.Examples.Example_05.RecInfo

파일 보기 프로젝트 열기: gregzo/G-Audio

공개 프로퍼티들

프로퍼티 타입 설명
data GATData[]
shouldPlay bool
trackNb int

공개 메소드들

메소드 설명
Play ( double dspTime ) : void
RecInfo ( int numSamples, int numChannels, int itrackNb ) : System.Collections

메소드 상세

Play() 공개 메소드

public Play ( double dspTime ) : void
dspTime double
리턴 void

RecInfo() 공개 메소드

public RecInfo ( int numSamples, int numChannels, int itrackNb ) : System.Collections
numSamples int
numChannels int
itrackNb int
리턴 System.Collections

프로퍼티 상세

data 공개적으로 프로퍼티

public GATData[] data
리턴 GATData[]

shouldPlay 공개적으로 프로퍼티

public bool shouldPlay
리턴 bool

trackNb 공개적으로 프로퍼티

public int trackNb
리턴 int