AudioStreamOGGVorbis

Inherits: AudioStream < Resource < Reference < Object

OGG Vorbis audio stream driver.

Description

OGG Vorbis audio stream driver.

Properties

PoolByteArraydataPoolByteArray(  )
boolloopfalse
floatloop_offset0.0

Property Descriptions

DefaultPoolByteArray(  )
Setterset_data(value)
Getterget_data()

Contains the audio data in bytes.


Defaultfalse
Setterset_loop(value)
Getterhas_loop()

If true, the stream will automatically loop when it reaches the end.


Default0.0
Setterset_loop_offset(value)
Getterget_loop_offset()

Time in seconds at which the stream starts after being looped.