VideoStreamGDNative¶
Inherits: VideoStream < Resource < Reference < Object
VideoStream resource for video formats implemented via GDNative.
Description¶
VideoStream resource for video formats implemented via GDNative.
It can be used via godot-videodecoder which uses the FFmpeg library.
Methods¶
get_file ( ) |
|
void |
Method Descriptions¶
String get_file ( )
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.