Merge pull request #83435 from trevyn/get_skips
Document `AudioStreamGeneratorPlayback.get_skips()`
This commit is contained in:
commit
e7c3a0540a
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue