mirror of
https://github.com/godotengine/godot.git
synced 2025-02-17 08:10:42 +00:00
Fix documentation order
This commit is contained in:
parent
4c3f5d4b80
commit
e93cf3cc26
@ -30,18 +30,18 @@
|
||||
Returns the number of frames that can be pushed to the audio sample data buffer without overflowing it. If the result is [code]0[/code], the buffer is full.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_frames_buffered" qualifiers="const">
|
||||
<return type="int" />
|
||||
<description>
|
||||
Returns the number of frames that are currently queued in the audio sample data buffer. If the result is [code]0[/code], the buffer is empty.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_frames_buffer_length" qualifiers="const">
|
||||
<return type="int" />
|
||||
<description>
|
||||
Returns the total size of the internal audio sample data buffer in frames.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_frames_buffered" qualifiers="const">
|
||||
<return type="int" />
|
||||
<description>
|
||||
Returns the number of frames that are currently queued in the audio sample data buffer. If the result is [code]0[/code], the buffer is empty.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_skips" qualifiers="const">
|
||||
<return type="int" />
|
||||
<description>
|
||||
|
Loading…
Reference in New Issue
Block a user