summaryrefslogtreecommitdiff
path: root/modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml')
-rw-r--r--modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml b/modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml
deleted file mode 100644
index 94fdff5d43..0000000000
--- a/modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<class name="AudioStreamOGGVorbis" inherits="AudioStream" version="4.0">
- <brief_description>
- OGG Vorbis audio stream driver.
- </brief_description>
- <description>
- OGG Vorbis audio stream driver.
- </description>
- <tutorials>
- </tutorials>
- <methods>
- </methods>
- <members>
- <member name="data" type="PackedByteArray" setter="set_data" getter="get_data" default="PackedByteArray()">
- Contains the audio data in bytes.
- </member>
- <member name="loop" type="bool" setter="set_loop" getter="has_loop" default="false">
- If [code]true[/code], the stream will automatically loop when it reaches the end.
- </member>
- <member name="loop_offset" type="float" setter="set_loop_offset" getter="get_loop_offset" default="0.0">
- Time in seconds at which the stream starts after being looped.
- </member>
- </members>
- <constants>
- </constants>
-</class>