[VideoStream] resource for video formats implemented via GDNative.
</brief_description>
<description>
[VideoStream] resource for video formats implemented via GDNative.
It can be used via [url=https://github.com/KidRigger/pandemonium-videodecoder]pandemonium-videodecoder[/url] which uses the [url=https://ffmpeg.org]FFmpeg[/url] library.
</description>
<tutorials>
</tutorials>
<methods>
<methodname="get_file">
<returntype="String"/>
<description>
Returns the video file handled by this [VideoStreamGDNative].
</description>
</method>
<methodname="set_file">
<returntype="void"/>
<argumentindex="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.