C# Class GAudio.GATDynamicChannelGain

Inheritance: GATChannelGain
Mostra file Open project: gregzo/G-Audio Class Usage Examples

Public Methods

Method Description
GATDynamicChannelGain ( int ichannelnumber, float igain ) : System.Collections
PlayerDidMix ( ) : void
PlayerWillMix ( ) : void

Method Details

GATDynamicChannelGain() public method

public GATDynamicChannelGain ( int ichannelnumber, float igain ) : System.Collections
ichannelnumber int
igain float
return System.Collections

PlayerDidMix() public method

public PlayerDidMix ( ) : void
return void

PlayerWillMix() public method

public PlayerWillMix ( ) : void
return void