Метод | Описание | |
---|---|---|
GATLoopedSample ( IGATDataOwner dataOwner, int numberOfLoops = -1, |
Wraps audio data in a looping container. Set NumberOfLoops to -1 for infinite looping. 0 for no loop. Pass a GATFixedPanInfo or GATDynamicPanInfo object if you intend to route playback directly to the player ( as opposed to through a track ).
|
Метод | Описание | |
---|---|---|
PlayerWillMixSample ( IGATBufferedSample sample, int length, float audioBuffer ) : bool |
public GATLoopedSample ( IGATDataOwner dataOwner, int numberOfLoops = -1, |
||
dataOwner | IGATDataOwner | |
numberOfLoops | int | |
panInfo | ||
Результат | System.Collections |
protected PlayerWillMixSample ( IGATBufferedSample sample, int length, float audioBuffer ) : bool | ||
sample | IGATBufferedSample | |
length | int | |
audioBuffer | float | |
Результат | bool |