Control for playing video streams.
Control node for playing video streams. Supported formats are [url=https://www.webmproject.org/]WebM[/url] and [url=https://www.theora.org/]Ogg Theora[/url].
Returns the video stream's name.
Returns the current frame as a [Texture].
Returns [code]true[/code] if the video is playing.
Starts the video playback.
Stops the video playback.
The embedded audio track to play.
If [code]true[/code], playback starts when the scene loads.
Amount of time in milliseconds to store in buffer while playing.
Audio bus to use for sound playback.
If [code]true[/code], the video scales to the control size.
If [code]true[/code], the video is paused.
The current position of the stream, in seconds.
Audio volume as a linear value.
Audio volume in dB.
Emitted when playback is finished.