2019-01-10 14:34:15 +01:00
<?xml version="1.0" encoding="UTF-8" ?>
2022-08-05 18:51:38 +02:00
<class name= "VideoStreamGDNative" inherits= "VideoStream" version= "3.6" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../../../doc/class.xsd" >
2019-01-10 14:34:15 +01:00
<brief_description >
2022-05-19 11:03:57 +02:00
[VideoStream] resource for video formats implemented via GDNative.
2019-01-10 14:34:15 +01:00
</brief_description>
<description >
2022-05-19 11:03:57 +02:00
[VideoStream] resource for video formats implemented via GDNative.
2020-01-26 11:24:14 +01:00
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.
2019-01-10 14:34:15 +01:00
</description>
<tutorials >
</tutorials>
<methods >
<method name= "get_file" >
2021-07-30 15:28:05 +02:00
<return type= "String" />
2019-01-10 14:34:15 +01:00
<description >
2020-01-26 11:24:14 +01:00
Returns the video file handled by this [VideoStreamGDNative].
2019-01-10 14:34:15 +01:00
</description>
</method>
<method name= "set_file" >
2021-07-30 15:28:05 +02:00
<return type= "void" />
<argument index= "0" name= "file" type= "String" />
2019-01-10 14:34:15 +01:00
<description >
2020-01-26 11:24:14 +01:00
Sets the video file that this [VideoStreamGDNative] resource handles. The supported extensions depend on the GDNative plugins used to expose video formats.
2019-01-10 14:34:15 +01:00
</description>
</method>
</methods>
<constants >
</constants>
</class>