AudioStreamOGGVorbis¶
Inherits: AudioStream < Resource < RefCounted < Object
Properties¶
|
||
|
||
Property Descriptions¶
bool loop
Default |
|
Setter |
set_loop(value) |
Getter |
has_loop() |
If true
, the stream will automatically loop when it reaches the end.
float loop_offset
Default |
|
Setter |
set_loop_offset(value) |
Getter |
get_loop_offset() |
Time in seconds at which the stream starts after being looped.
OGGPacketSequence packet_sequence
Setter |
set_packet_sequence(value) |
Getter |
get_packet_sequence() |
Contains the raw OGG data for this stream.