Merge pull request #45118 from TechnoPorg/fix-animation-classref

Docs: Fix incorrect parameter in audio_track_set_key_stream.
This commit is contained in:
Rémi Verschelde 2021-01-12 09:51:00 +01:00 committed by GitHub
commit ca1d9edc55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,7 +168,7 @@
<argument index="2" name="stream" type="Resource">
</argument>
<description>
Sets the stream of the key identified by [code]key_idx[/code] to value [code]offset[/code]. The [code]track_idx[/code] must be the index of an Audio Track.
Sets the stream of the key identified by [code]key_idx[/code] to value [code]stream[/code]. The [code]track_idx[/code] must be the index of an Audio Track.
</description>
</method>
<method name="bezier_track_get_key_in_handle" qualifiers="const">