2017-09-13 04:42:36 +08:00
<?xml version="1.0" encoding="UTF-8" ?>
2018-02-27 20:40:43 +08:00
<class name= "AudioStream" inherits= "Resource" category= "Core" version= "3.1" >
2017-09-13 04:42:36 +08: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-11-05 15:46:27 +08:00
<link > https://docs.godotengine.org/en/latest/tutorials/audio/audio_streams.html</link>
2017-09-13 04:42:36 +08:00
</tutorials>
<demos >
</demos>
<methods >
2018-02-19 17:47:16 +08:00
<method name= "get_length" qualifiers= "const" >
<return type= "float" >
</return>
<description >
2018-08-01 03:20:27 +08:00
Returns the length of the audio stream in seconds.
2018-02-19 17:47:16 +08:00
</description>
</method>
2017-09-13 04:42:36 +08:00
</methods>
<constants >
</constants>
</class>