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.

struct OSSingleton
@nogc nothrow
GodotError
nativeVideoPlay
(
in String path
,
in double volume
,
in String audio_track
,
in String subtitle_track
)

Meta