2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2018-02-27 13:40:43 +01:00
<class name= "AudioStream" inherits= "Resource" category= "Core" version= "3.1" >
2017-09-12 22:42:36 +02: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 13:35:44 +02:00
<link > http://docs.godotengine.org/en/3.0/tutorials/audio/audio_streams.html</link>
2017-09-12 22:42:36 +02:00
</tutorials>
<demos >
</demos>
<methods >
2018-02-19 10:47:16 +01:00
<method name= "get_length" qualifiers= "const" >
<return type= "float" >
</return>
<description >
2018-07-30 20:56:09 +02:00
Returns the length of the audio stream, in seconds.
2018-02-19 10:47:16 +01:00
</description>
</method>
2017-09-12 22:42:36 +02:00
</methods>
<constants >
</constants>
</class>