OSSingleton.nativeVideoPlay

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 volume, audio_track and subtitle_track options.

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

Meta