2017-09-12 20:42:36 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
2018-02-27 12:40:43 +00:00
<class name= "AudioStream" inherits= "Resource" category= "Core" version= "3.1" >
2017-09-12 20:42:36 +00:00
<brief_description >
Base class for audio streams.
</brief_description>
<description >
Base class for audio streams. Audio streams are used for music playback, or other types of streamed sounds that don't fit or require more flexibility than a [Sample].
</description>
<tutorials >
2018-06-11 11:35:44 +00:00
<link > http://docs.godotengine.org/en/3.0/tutorials/audio/audio_streams.html</link>
2017-09-12 20:42:36 +00:00
</tutorials>
<demos >
</demos>
<methods >
2018-02-19 09:47:16 +00:00
<method name= "get_length" qualifiers= "const" >
<return type= "float" >
</return>
<description >
2018-07-31 19:20:27 +00:00
Returns the length of the audio stream in seconds.
2018-02-19 09:47:16 +00:00
</description>
</method>
2017-09-12 20:42:36 +00:00
</methods>
<constants >
</constants>
</class>