Added AudioStream descriptions
(cherry picked from commits17eb26a83a
and512ae49f7d
)
This commit is contained in:
parent
b4b544ff73
commit
13177d2635
|
@ -16,6 +16,7 @@
|
|||
<return type="float">
|
||||
</return>
|
||||
<description>
|
||||
Returns the length of the audio stream in seconds.
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue