Added AudioStream descriptions

(cherry picked from commits 17eb26a83a
and 512ae49f7d)
This commit is contained in:
Jason Anderson 2018-07-30 13:56:09 -05:00 committed by Rémi Verschelde
parent b4b544ff73
commit 13177d2635
2 changed files with 2 additions and 1 deletions

View File

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

View File

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