diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-10-03 15:34:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-03 15:34:29 +0200 |
commit | 874e3b4a37f68d12341d172fe7c6076cce4de517 (patch) | |
tree | 64c3778299810f2d601ba141628aae37a20b859b /doc/classes | |
parent | f8484bb77d6ddf1f5078d804a8abff3d106d6cab (diff) | |
parent | d952126caf35fbc58db6976e6cc8be8baba95638 (diff) |
Merge pull request #22676 from akien-mga/fix-warnings
Fix warnings in Android platform
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/OS.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index dad4ce898d..26684836ea 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -583,6 +583,7 @@ </argument> <description> Plays native video from the specified path, at the given volume and with audio and subtitle tracks. + Note: This method is only implemented on Android and iOS, and the current Android implementation does not support the [code]volume[/code], [code]audio_track[/code] and [code]subtitle_track[/code] options. </description> </method> <method name="native_video_stop"> |