OSNativeVideoPlay Method |
Plays native video from the specified path, at the given volume and with audio and subtitle tracks.
Note: This method is implemented on Android and iOS, and the current Android implementation does not support the volume, audio_track and subtitle_track options.
Namespace: Godot
public static Error NativeVideoPlay( string path, float volume, string audioTrack, string subtitleTrack )
[Missing <param name="path"/> documentation for "M:Godot.OS.NativeVideoPlay(System.String,System.Single,System.String,System.String)"]
[Missing <param name="volume"/> documentation for "M:Godot.OS.NativeVideoPlay(System.String,System.Single,System.String,System.String)"]
[Missing <param name="audioTrack"/> documentation for "M:Godot.OS.NativeVideoPlay(System.String,System.Single,System.String,System.String)"]
[Missing <param name="subtitleTrack"/> documentation for "M:Godot.OS.NativeVideoPlay(System.String,System.Single,System.String,System.String)"]
[Missing <returns> documentation for "M:Godot.OS.NativeVideoPlay(System.String,System.Single,System.String,System.String)"]