2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2022-03-16 23:01:02 +01:00
|
|
|
<class name="AudioStreamOGGVorbis" inherits="AudioStream" version="3.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
2017-09-12 22:42:36 +02:00
|
|
|
<brief_description>
|
|
|
|
OGG Vorbis audio stream driver.
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
OGG Vorbis audio stream driver.
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
</methods>
|
2018-01-11 23:38:35 +01:00
|
|
|
<members>
|
2019-06-29 12:38:01 +02:00
|
|
|
<member name="data" type="PoolByteArray" setter="set_data" getter="get_data" default="PoolByteArray( )">
|
2018-04-25 21:04:03 +02:00
|
|
|
Contains the audio data in bytes.
|
|
|
|
</member>
|
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>
|
|
|
|
</members>
|
2017-09-12 22:42:36 +02:00
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|