Merge pull request #20645 from Ertain/master

Added and modified AudioStream descriptions
This commit is contained in:
Max Hilbrunner 2018-08-05 13:09:41 +02:00 committed by GitHub
commit 464d59935d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
<return type="float">
</return>
<description>
Returns the length of the audio stream in seconds.
</description>
</method>
</methods>

View File

@ -17,7 +17,7 @@
<return type="float">
</return>
<description>
Returns the position in the [AudioStream].
Returns the position in the [AudioStream] in seconds.
</description>
</method>
<method name="play">