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/webm/doc_classes/VideoStreamWebm.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/webm/doc_classes') diff --git a/modules/webm/doc_classes/VideoStreamWebm.xml b/modules/webm/doc_classes/VideoStreamWebm.xml index ff11bbb37d..4807672338 100644 --- a/modules/webm/doc_classes/VideoStreamWebm.xml +++ b/modules/webm/doc_classes/VideoStreamWebm.xml @@ -1,8 +1,10 @@ + [VideoStream] resource for WebM videos. + [VideoStream] resource handling the [url=https://www.webmproject.org/]WebM[/url] video format with [code].webm[/code] extension. @@ -11,6 +13,7 @@ + Returns the WebM video file handled by this [VideoStreamWebm]. @@ -19,6 +22,7 @@ + Sets the WebM video file that this [VideoStreamWebm] resource handles. The [code]file[/code] name should have the [code].webm[/code] extension. -- cgit v1.2.3