Struct VideoStreamGDNative
VideoStream
resource for for video formats implemented via GDNative.
struct VideoStreamGDNative
;
It can be used via url=https://github.com/KidRigger/godot-videodecoder
godot-videodecoder/url
which uses the url=https://ffmpeg.org
FFmpeg/url
library.
Properties
Name | Type | Description |
---|---|---|
file [get, set]
|
String |
Methods
Name | Description |
---|---|
getFile
|
Returns the video file handled by this VideoStreamGDNative .
|
setFile
|
Sets the video file that this VideoStreamGDNative resource handles. The supported extensions depend on the GDNative plugins used to expose video formats.
|