W3cubDocs

/Godot 3.2

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

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.

© 2014–2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors
Licensed under the MIT License.
https://docs.godotengine.org/en/3.2/classes/class_videostreamgdnative.html