search API (or start typing anywhere)
AudioInstance
snow.systems.audio.AudioInstance defined in ``
class
Members
handle
handle : snow.types.AudioHandlesource
source : snow.systems.audio.AudioSourceMethods
data_get
data_get(_into:snow.api.buffers.Uint8Array, _start:Int, _length:Int, _into_result:Array<Int>) : Array<Int>data_seek
data_seek(_to_samples:Int) : Booldestroy
destroy() : Voidhas_ended
has_ended() : Boolnew
new(_source:snow.systems.audio.AudioSource, _handle:snow.types.AudioHandle) : VoidCreate a new instance from the given audio source. Usually called via
source.instance(), not directly.
tick
tick() : Void
