프로퍼티 | 타입 | 설명 | |
---|---|---|---|
allocateCacheInStart | bool | ||
cacheDuration | double | ||
useManagedData | bool |
메소드 | 설명 | |
---|---|---|
AllocateCaches ( double duration, bool managedData ) : void |
Allocates caches retrievable in the Caches property.
|
|
OnDestroy ( ) : void | ||
ReleaseCache ( ) : void |
If allocated caches use managed data, calling this method makes sure that caches will be returned to the memory pool when possible.
|
|
StartCaching ( double dspTime = 0d, |
Starts caching the stream at a precise dspTime, or asap if no dspTime is provided or if the provided dspTime is too soon. onAtEnd callback is fired when the cache is full, wether looping or not.
|
|
StopCaching ( ) : void |
Immediately stops caching the stream.
|
메소드 | 설명 | |
---|---|---|
Start ( ) : void |
public AllocateCaches ( double duration, bool managedData ) : void | ||
duration | double | |
managedData | bool | |
리턴 | void |
public StartCaching ( double dspTime = 0d, |
||
dspTime | double | |
onAtEnd | ||
리턴 | void |