2017-11-15 19:35:18 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2020-01-26 15:01:49 +00:00
|
|
|
<class name="VideoStreamWebm" inherits="VideoStream" version="3.2">
|
2017-11-15 19:35:18 +00:00
|
|
|
<brief_description>
|
2020-01-26 10:24:14 +00:00
|
|
|
[VideoStream] resource for WebM videos.
|
2017-11-15 19:35:18 +00:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2020-01-26 10:24:14 +00:00
|
|
|
[VideoStream] resource handling the [url=https://www.webmproject.org/]WebM[/url] video format with [code].webm[/code] extension.
|
2017-11-15 19:35:18 +00:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
2017-12-07 07:29:38 +00:00
|
|
|
<method name="get_file">
|
|
|
|
<return type="String">
|
|
|
|
</return>
|
|
|
|
<description>
|
2020-01-26 10:24:14 +00:00
|
|
|
Returns the WebM video file handled by this [VideoStreamWebm].
|
2017-12-07 07:29:38 +00:00
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_file">
|
|
|
|
<return type="void">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="file" type="String">
|
|
|
|
</argument>
|
|
|
|
<description>
|
2020-01-26 10:24:14 +00:00
|
|
|
Sets the WebM video file that this [VideoStreamWebm] resource handles. The [code]file[/code] name should have the [code].webm[/code] extension.
|
2017-12-07 07:29:38 +00:00
|
|
|
</description>
|
|
|
|
</method>
|
2017-11-15 19:35:18 +00:00
|
|
|
</methods>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|