Browse Source

Merge pull request #20645 from Ertain/master

Added and modified AudioStream descriptions
Max Hilbrunner 7 years ago
parent
commit
464d59935d
2 changed files with 2 additions and 1 deletions
  1. 1 0
      doc/classes/AudioStream.xml
  2. 1 1
      doc/classes/AudioStreamPlayer.xml

+ 1 - 0
doc/classes/AudioStream.xml

@@ -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>

+ 1 - 1
doc/classes/AudioStreamPlayer.xml

@@ -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">