Struct VideoStreamGDNative
VideoStream resource for for video formats implemented via GDNative.
struct VideoStreamGDNative
;
It can be used via url=https://github.com/KidRigger/godot-videodecodergodot-videodecoder/url which uses the url=https://ffmpeg.orgFFmpeg/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.
|