Свойство | Type | Description | |
---|---|---|---|
channelGains | List |
Méthode | Description | |
---|---|---|
GATFixedPanInfo ( ) : System.Collections | ||
GATFixedPanInfo ( float gains ) : System.Collections |
Initializes a new instance of the GATFixedPanInfo class.
|
|
PanMixProcessingBuffer ( IGATBufferedSample sample, int length, float audioBuffer, float gain = 1f ) : void |
This method may be used if you subscribe to GATPlayer's mixing delegate and choose to override default mixing.
|
|
PanMixSample ( IGATBufferedSample sample, int length, float audioBuffer, float gain = 1f ) : void |
Called by GATPlayer to mix to interlaced data according to specified gains per channel. This method may be useful if you subscribe to GATPlayer's mixing delegate and choose to override default mixing.
|
|
SetGains ( float gains ) : void |
Sets the gains for all channels. Can only be set once.
|
public GATFixedPanInfo ( ) : System.Collections | ||
Résultat | System.Collections |
public GATFixedPanInfo ( float gains ) : System.Collections | ||
gains | float | /// An array of gains indexed per channel. Silent channels /// should be represented by 0f gain values. /// |
Résultat | System.Collections |
public PanMixProcessingBuffer ( IGATBufferedSample sample, int length, float audioBuffer, float gain = 1f ) : void | ||
sample | IGATBufferedSample | |
length | int | |
audioBuffer | float | |
gain | float | |
Résultat | void |
public PanMixSample ( IGATBufferedSample sample, int length, float audioBuffer, float gain = 1f ) : void | ||
sample | IGATBufferedSample | |
length | int | |
audioBuffer | float | |
gain | float | |
Résultat | void |
public SetGains ( float gains ) : void | ||
gains | float | /// Gains per channel. Use 0f for /// silent channels. /// |
Résultat | void |