mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
3fa77b3172
It has no practical use case and just generates noise for each alpha, beta, etc.
18 lines
446 B
XML
18 lines
446 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="AudioStreamPlayback" inherits="Reference" category="Core" version="3.1">
|
|
<brief_description>
|
|
Meta class for playing back audio.
|
|
</brief_description>
|
|
<description>
|
|
Can play, loop, pause a scroll through Audio. See [AudioStream] and [AudioStreamOGGVorbis] for usage.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<demos>
|
|
</demos>
|
|
<methods>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|