Function OSSingleton.nativeVideoPlay

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.

godot.core.defs.GodotError nativeVideoPlay (
  const(String) path,
  const(double) volume,
  const(String) audio_track,
  const(String) subtitle_track
) nothrow @nogc;