2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2020-02-01 02:03:48 +01:00
|
|
|
<class name="AudioStreamOGGVorbis" inherits="AudioStream" version="4.0">
|
2017-09-12 22:42:36 +02:00
|
|
|
<brief_description>
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
2018-01-11 23:38:35 +01:00
|
|
|
<members>
|
2019-06-29 12:38:01 +02:00
|
|
|
<member name="loop" type="bool" setter="set_loop" getter="has_loop" default="false">
|
2020-01-08 22:51:16 +01:00
|
|
|
If [code]true[/code], the stream will automatically loop when it reaches the end.
|
2018-01-11 23:38:35 +01:00
|
|
|
</member>
|
2019-06-29 12:38:01 +02:00
|
|
|
<member name="loop_offset" type="float" setter="set_loop_offset" getter="get_loop_offset" default="0.0">
|
2020-01-08 22:51:16 +01:00
|
|
|
Time in seconds at which the stream starts after being looped.
|
2018-01-11 23:38:35 +01:00
|
|
|
</member>
|
2021-09-10 03:54:18 +02:00
|
|
|
<member name="packet_sequence" type="OGGPacketSequence" setter="set_packet_sequence" getter="get_packet_sequence">
|
|
|
|
Contains the raw OGG data for this stream.
|
|
|
|
</member>
|
2018-01-11 23:38:35 +01:00
|
|
|
</members>
|
2017-09-12 22:42:36 +02:00
|
|
|
</class>
|