godot/doc/classes/AudioStreamGeneratorPlayback.xml
Rémi Verschelde 16fd1c421e
doc: Use self-closing tags for return and argument
For the time being we don't support writing a description for those, preferring
having all details in the method's description.

Using self-closing tags saves half the lines, and prevents contributors from
thinking that they should write the argument or return documentation there.

(cherry picked from commit 7adf4cc9b5)
2021-08-03 10:32:31 +02:00

48 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="AudioStreamGeneratorPlayback" inherits="AudioStreamPlaybackResampled" version="3.3">
<brief_description>
</brief_description>
<description>
</description>
<tutorials>
<link>https://github.com/godotengine/godot-demo-projects/tree/master/audio/generator</link>
</tutorials>
<methods>
<method name="can_push_buffer" qualifiers="const">
<return type="bool" />
<argument index="0" name="amount" type="int" />
<description>
</description>
</method>
<method name="clear_buffer">
<return type="void" />
<description>
</description>
</method>
<method name="get_frames_available" qualifiers="const">
<return type="int" />
<description>
</description>
</method>
<method name="get_skips" qualifiers="const">
<return type="int" />
<description>
</description>
</method>
<method name="push_buffer">
<return type="bool" />
<argument index="0" name="frames" type="PoolVector2Array" />
<description>
</description>
</method>
<method name="push_frame">
<return type="bool" />
<argument index="0" name="frame" type="Vector2" />
<description>
</description>
</method>
</methods>
<constants>
</constants>
</class>