summaryrefslogtreecommitdiff
path: root/doc/classes/AudioStream.xml
blob: 7de0cb91f134579d2de1f685928301df473e46e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" ?>
<class name="AudioStream" inherits="Resource" category="Core" version="3.0-rc1">
	<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>
		http://docs.godotengine.org/en/3.0/learning/features/audio/audio_streams.html
	</tutorials>
	<demos>
	</demos>
	<methods>
	</methods>
	<constants>
	</constants>
</class>