Struct AudioStreamOGGVorbis

OGG Vorbis audio stream driver.

struct AudioStreamOGGVorbis ;

Properties

NameTypeDescription
data[get, set] PoolArray!(ubyte)Contains the audio data in bytes.
loop[get, set] boolIf true, the stream will automatically loop when it reaches the end.
loopOffset[get, set] doubleTime in seconds at which the stream starts after being looped.

Methods

NameDescription
getData
getLoopOffset
hasLoop
setData
setLoop
setLoopOffset