Merge pull request #83435 from trevyn/get_skips

Document `AudioStreamGeneratorPlayback.get_skips()`
This commit is contained in:
Yuri Sizov 2023-11-03 12:52:12 +01:00
commit e7c3a0540a

View file

@ -33,6 +33,7 @@
<method name="get_skips" qualifiers="const">
<return type="int" />
<description>
Returns the number of times the playback skipped due to a buffer underrun in the audio sample data. This value is reset at the start of the playback.
</description>
</method>
<method name="push_buffer">