Post-code review changes.

This commit is contained in:
stechyo
2024-08-26 19:42:42 +01:00
parent e479c238a2
commit c32f72f7fa
3 changed files with 32 additions and 11 deletions

View File

@ -113,6 +113,13 @@
[b]Note:[/b] Can return fewer frames than requested, make sure to use the size of the return value.
</description>
</method>
<method name="seek">
<return type="void" />
<param index="0" name="time" type="float" default="0.0" />
<description>
Seeks the stream at the given [param time], in seconds.
</description>
</method>
<method name="set_sample_playback" experimental="">
<return type="void" />
<param index="0" name="playback_sample" type="AudioSamplePlayback" />