Logo


search API (or start typing anywhere)


AudioDataOGG

snow.core.native.audio.AudioDataOGG defined in ``


classextends snow.types.AudioData


 

Members


handle
handle : snow.types.FileHandle

oggfile
oggfile : ogg.OggVorbisFile

Methods


destroy
destroy() : Void

newinline

new(_app:snow.Snow, _handle:snow.types.FileHandle, _oggfile:ogg.OggVorbisFile, _opt:snow.types.AudioDataOptions) : Void

portion

portion(_into:snow.api.buffers.Uint8Array, _start:Int, _len:Int, _into_result:Array<Int>) : Array<Int>

seek

seek(_to:Int) : Bool