C# Class GAudio.Examples.Example_04b

Inheritance: ExamplesBase
Afficher le fichier Open project: gregzo/G-Audio

Méthodes publiques

Свойство Type Description
streamToCache StreamToCacheModule

Méthodes publiques

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

Méthodes protégées

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

Method Details

AreaOneExtraGUI() protected méthode

protected AreaOneExtraGUI ( ) : void
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

ButtonClicked() protected méthode

protected ButtonClicked ( int buttonIndex ) : void
buttonIndex int
Résultat void

GetButtonLabels() protected méthode

protected GetButtonLabels ( ) : string[]
Résultat string[]

OnRecEnd() public méthode

public OnRecEnd ( GATData caches, bool willLoop ) : void
caches GATData
willLoop bool
Résultat void

SetSlidersRange() protected méthode

protected SetSlidersRange ( float &min, float &max, float &init ) : void
min float
max float
init float
Résultat void

StartPlaying() public méthode

public StartPlaying ( ) : void
Résultat void

StartRecording() public méthode

public StartRecording ( int numSamples ) : void
numSamples int
Résultat void

Property Details

streamToCache public_oe property

public StreamToCacheModule streamToCache
Résultat StreamToCacheModule