Свойство | Тип | Описание | |
---|---|---|---|
panInfo |
Свойство | Тип | Описание | |
---|---|---|---|
_dataOwner | IGATDataOwner | ||
_endDspTime | double | ||
_shouldStop | bool |
Метод | Описание | |
---|---|---|
AGATWrappedSample ( IGATDataOwner dataOwner, |
Data owners include IGATProcessedSample and GATData obects. Specify a GATDynamicPanInfo or GATFixedPanInfo object to enable routing playback directly to the player ( not through tracks ).
|
|
ElegantStop ( ) : void |
Smoothly stops playback by fading out the audio data in audio buffer size ( non destructive, data is buffered before the fade ).
|
|
PlayPanned ( GATPlayer player, float gain = 1f ) : void |
Plays the sample directly through the specified player If no AGATPanInfo reference was specified when creating the instance, doesn't do anything.
|
|
PlayPanned ( float gain = 1f ) : void |
Plays the sample directly through the Default Player. If no AGATPanInfo reference was specified when creating the instance, doesn't do anything.
|
|
PlayScheduled ( GATPlayer player, double dspTime, float gain = 1f ) : void |
Plays the sample directly through the specified player. If no AGATPanInfo reference was specified when creating the instance, doesn't do anything.
|
|
PlayScheduled ( double dspTime, float gain = 1f ) : void |
Plays the sample directly through the Default Player. If no AGATPanInfo reference was specified when creating the instance, doesn't do anything.
|
|
PlayScheduledThroughTrack ( GATPlayer player, double dspTime, int trackNb, float gain = 1f ) : void |
Plays the sample through the specified player's track trackNb
|
|
PlayScheduledThroughTrack ( double dspTime, int trackNb, float gain = 1f ) : void |
Plays the sample through the default player's track trackNb
|
|
PlayThroughTrack ( GATPlayer player, int trackNb, float gain = 1f ) : void |
Plays the sample through the specified player's track trackNb
|
|
PlayThroughTrack ( int trackNb, float gain = 1f ) : void |
Plays the sample through the default player's track trackNb
|
Метод | Описание | |
---|---|---|
PlayerWillMixSample ( IGATBufferedSample sample, int length, float audioBuffer ) : bool |
public AGATWrappedSample ( IGATDataOwner dataOwner, |
||
dataOwner | IGATDataOwner | |
ipaninfo | ||
Результат | System.Collections |
public PlayPanned ( GATPlayer player, float gain = 1f ) : void | ||
player | GATPlayer | |
gain | float | |
Результат | void |
public PlayScheduled ( GATPlayer player, double dspTime, float gain = 1f ) : void | ||
player | GATPlayer | |
dspTime | double | |
gain | float | |
Результат | void |
public PlayScheduled ( double dspTime, float gain = 1f ) : void | ||
dspTime | double | |
gain | float | |
Результат | void |
public PlayScheduledThroughTrack ( GATPlayer player, double dspTime, int trackNb, float gain = 1f ) : void | ||
player | GATPlayer | |
dspTime | double | |
trackNb | int | |
gain | float | |
Результат | void |
public PlayScheduledThroughTrack ( double dspTime, int trackNb, float gain = 1f ) : void | ||
dspTime | double | |
trackNb | int | |
gain | float | |
Результат | void |
public PlayThroughTrack ( GATPlayer player, int trackNb, float gain = 1f ) : void | ||
player | GATPlayer | |
trackNb | int | |
gain | float | |
Результат | void |
public PlayThroughTrack ( int trackNb, float gain = 1f ) : void | ||
trackNb | int | |
gain | float | |
Результат | void |
protected abstract PlayerWillMixSample ( IGATBufferedSample sample, int length, float audioBuffer ) : bool | ||
sample | IGATBufferedSample | |
length | int | |
audioBuffer | float | |
Результат | bool |