From bb6c0d3e8bb1982bce3e1c219c1a4a2d187227f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 26 Jan 2020 11:24:14 +0100 Subject: doc: Complete documentation for VideoStreams Also quick clean up of the matching C++ files. --- modules/gdnative/doc_classes/VideoStreamGDNative.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/gdnative/doc_classes') diff --git a/modules/gdnative/doc_classes/VideoStreamGDNative.xml b/modules/gdnative/doc_classes/VideoStreamGDNative.xml index ed7678b7be..c4d9a58fbb 100644 --- a/modules/gdnative/doc_classes/VideoStreamGDNative.xml +++ b/modules/gdnative/doc_classes/VideoStreamGDNative.xml @@ -1,8 +1,11 @@ + [VideoStream] resource for for video formats implemented via GDNative. + [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. @@ -11,6 +14,7 @@ + Returns the video file handled by this [VideoStreamGDNative]. @@ -19,6 +23,7 @@ + Sets the video file that this [VideoStreamGDNative] resource handles. The supported extensions depend on the GDNative plugins used to expose video formats. -- cgit v1.2.3