From 13177d2635b64aa85aabc1d780e250972400961d Mon Sep 17 00:00:00 2001 From: Jason Anderson Date: Mon, 30 Jul 2018 13:56:09 -0500 Subject: [PATCH] Added AudioStream descriptions (cherry picked from commits 17eb26a83af38d7557ba8b3f6d226411dfe68c5d and 512ae49f7d5a87c5d236b9ddec690c473cf7ffd0) --- doc/classes/AudioStream.xml | 1 + doc/classes/AudioStreamPlayer.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/classes/AudioStream.xml b/doc/classes/AudioStream.xml index 1e82cbd8da5..482106ddeab 100644 --- a/doc/classes/AudioStream.xml +++ b/doc/classes/AudioStream.xml @@ -16,6 +16,7 @@ + Returns the length of the audio stream in seconds. diff --git a/doc/classes/AudioStreamPlayer.xml b/doc/classes/AudioStreamPlayer.xml index 7fb7fdd4acb..13ac068ec6c 100644 --- a/doc/classes/AudioStreamPlayer.xml +++ b/doc/classes/AudioStreamPlayer.xml @@ -17,7 +17,7 @@ - Returns the position in the [AudioStream]. + Returns the position in the [AudioStream] in seconds.