summaryrefslogtreecommitdiff
path: root/modules/gdnative/doc_classes/VideoStreamGDNative.xml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/doc_classes/VideoStreamGDNative.xml')
-rw-r--r--modules/gdnative/doc_classes/VideoStreamGDNative.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/modules/gdnative/doc_classes/VideoStreamGDNative.xml b/modules/gdnative/doc_classes/VideoStreamGDNative.xml
deleted file mode 100644
index 2b27556fab..0000000000
--- a/modules/gdnative/doc_classes/VideoStreamGDNative.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<class name="VideoStreamGDNative" inherits="VideoStream" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
- <brief_description>
- [VideoStream] resource for for video formats implemented via GDNative.
- </brief_description>
- <description>
- [VideoStream] resource for for video formats implemented via GDNative.
- 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.
- </description>
- <tutorials>
- </tutorials>
- <methods>
- <method name="get_file">
- <return type="String" />
- <description>
- Returns the video file handled by this [VideoStreamGDNative].
- </description>
- </method>
- <method name="set_file">
- <return type="void" />
- <argument index="0" name="file" type="String" />
- <description>
- Sets the video file that this [VideoStreamGDNative] resource handles. The supported extensions depend on the GDNative plugins used to expose video formats.
- </description>
- </method>
- </methods>
-</class>