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, or [code]"<No Stream>"[/code] if no video stream is assigned. Returns the current frame as a [Texture]. Returns [code]true[/code] if the video is playing. [b]Note:[/b] The video is still considered playing if paused during playback. Starts the video playback from the beginning. If the video is paused, this will not unpause the video. Stops the video playback and sets the stream position to 0. [b]Note:[/b] Although the stream position will be set to 0, the first frame of the video stream won't become the current frame. 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 assigned video stream. See description for supported formats. The current position of the stream, in seconds. Audio volume as a linear value. Audio volume in dB. Emitted when playback is finished.