Control for playing video streams.
Control node for playing video streams. Supported formats are WebM and OGV Theora.
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. Default value: [code]false[/code].
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. Default value: [code]true[/code].
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.