Skip to content

Commit

Permalink
Merge pull request #83435 from trevyn/get_skips
Browse files Browse the repository at this point in the history
Document `AudioStreamGeneratorPlayback.get_skips()`
  • Loading branch information
YuriSizov committed Nov 3, 2023
2 parents 802813d + 7c2e37e commit e7c3a05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/AudioStreamGeneratorPlayback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit e7c3a05

Please sign in to comment.