C# 클래스 GAudio.Examples.Example_04b

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

공개 프로퍼티들

프로퍼티 타입 설명
streamToCache StreamToCacheModule

공개 메소드들

메소드 설명
Awake ( ) : void
OnRecEnd ( GATData caches, bool willLoop ) : void
StartPlaying ( ) : void
StartRecording ( int numSamples ) : void

보호된 메소드들

메소드 설명
AreaOneExtraGUI ( ) : void
ButtonClicked ( int buttonIndex ) : void
GetButtonLabels ( ) : string[]
SetSlidersRange ( float &min, float &max, float &init ) : void

메소드 상세

AreaOneExtraGUI() 보호된 메소드

protected AreaOneExtraGUI ( ) : void
리턴 void

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

ButtonClicked() 보호된 메소드

protected ButtonClicked ( int buttonIndex ) : void
buttonIndex int
리턴 void

GetButtonLabels() 보호된 메소드

protected GetButtonLabels ( ) : string[]
리턴 string[]

OnRecEnd() 공개 메소드

public OnRecEnd ( GATData caches, bool willLoop ) : void
caches GATData
willLoop bool
리턴 void

SetSlidersRange() 보호된 메소드

protected SetSlidersRange ( float &min, float &max, float &init ) : void
min float
max float
init float
리턴 void

StartPlaying() 공개 메소드

public StartPlaying ( ) : void
리턴 void

StartRecording() 공개 메소드

public StartRecording ( int numSamples ) : void
numSamples int
리턴 void

프로퍼티 상세

streamToCache 공개적으로 프로퍼티

public StreamToCacheModule streamToCache
리턴 StreamToCacheModule