C# Class GAudio.Examples.Example_04b

Inheritance: ExamplesBase
Exibir arquivo Open project: gregzo/G-Audio

Public Properties

Property Type Description
streamToCache StreamToCacheModule

Public Methods

Method Description
Awake ( ) : void
OnRecEnd ( GATData caches, bool willLoop ) : void
StartPlaying ( ) : void
StartRecording ( int numSamples ) : void

Protected Methods

Method Description
AreaOneExtraGUI ( ) : void
ButtonClicked ( int buttonIndex ) : void
GetButtonLabels ( ) : string[]
SetSlidersRange ( float &min, float &max, float &init ) : void

Method Details

AreaOneExtraGUI() protected method

protected AreaOneExtraGUI ( ) : void
return void

Awake() public method

public Awake ( ) : void
return void

ButtonClicked() protected method

protected ButtonClicked ( int buttonIndex ) : void
buttonIndex int
return void

GetButtonLabels() protected method

protected GetButtonLabels ( ) : string[]
return string[]

OnRecEnd() public method

public OnRecEnd ( GATData caches, bool willLoop ) : void
caches GATData
willLoop bool
return void

SetSlidersRange() protected method

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

StartPlaying() public method

public StartPlaying ( ) : void
return void

StartRecording() public method

public StartRecording ( int numSamples ) : void
numSamples int
return void

Property Details

streamToCache public_oe property

public StreamToCacheModule streamToCache
return StreamToCacheModule