VideoStreamGDNative

Inherits: VideoStream < Resource < Reference < Object

VideoStream resource for for video formats implemented via GDNative.

Description

VideoStream resource for for video formats implemented via GDNative.

It can be used via godot-videodecoder which uses the FFmpeg library.

Methods

String

get_file ( )

void

set_file ( String file )

Method Descriptions

Returns the video file handled by this VideoStreamGDNative.


  • void set_file ( String file )

Sets the video file that this VideoStreamGDNative resource handles. The supported extensions depend on the GDNative plugins used to expose video formats.