AudioStreamOGGVorbis¶
Inherits: AudioStream < Resource < Reference < Object
OGG Vorbis audio stream driver.
Description¶
OGG Vorbis audio stream driver.
Properties¶
|
||
|
||
|
Property Descriptions¶
PoolByteArray data = PoolByteArray( )
void set_data ( PoolByteArray value )
PoolByteArray get_data ( )
Contains the audio data in bytes.
bool loop = false
If true
, the stream will automatically loop when it reaches the end.
float loop_offset = 0.0
Time in seconds at which the stream starts after being looped.