C# 클래스 GAudio.GATLoopedSample

A wrapper for GATData or IGATProcessedSample objects. Adds gapless looping and smooth stop behaviour.
상속: AGATWrappedSample
파일 보기 프로젝트 열기: gregzo/G-Audio

공개 메소드들

메소드 설명
GATLoopedSample ( IGATDataOwner dataOwner, int numberOfLoops = -1, AGATPanInfo panInfo = null ) : System.Collections

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

메소드 상세

GATLoopedSample() 공개 메소드

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 ).
public GATLoopedSample ( IGATDataOwner dataOwner, int numberOfLoops = -1, AGATPanInfo panInfo = null ) : System.Collections
dataOwner IGATDataOwner
numberOfLoops int
panInfo AGATPanInfo
리턴 System.Collections

PlayerWillMixSample() 보호된 메소드

protected PlayerWillMixSample ( IGATBufferedSample sample, int length, float audioBuffer ) : bool
sample IGATBufferedSample
length int
audioBuffer float
리턴 bool