2017-09-13 04:42:36 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2022-02-14 21:18:53 +08:00
|
|
|
<class name="AudioStreamOGGVorbis" inherits="AudioStream" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
2017-09-13 04:42:36 +08:00
|
|
|
<brief_description>
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
2018-01-12 06:38:35 +08:00
|
|
|
<members>
|
2019-06-29 18:38:01 +08:00
|
|
|
<member name="loop" type="bool" setter="set_loop" getter="has_loop" default="false">
|
2020-01-09 05:51:16 +08:00
|
|
|
If [code]true[/code], the stream will automatically loop when it reaches the end.
|
2018-01-12 06:38:35 +08:00
|
|
|
</member>
|
2019-06-29 18:38:01 +08:00
|
|
|
<member name="loop_offset" type="float" setter="set_loop_offset" getter="get_loop_offset" default="0.0">
|
2020-01-09 05:51:16 +08:00
|
|
|
Time in seconds at which the stream starts after being looped.
|
2018-01-12 06:38:35 +08:00
|
|
|
</member>
|
2021-09-10 09:54:18 +08: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-12 06:38:35 +08:00
|
|
|
</members>
|
2017-09-13 04:42:36 +08:00
|
|
|
</class>
|