Enables video playback and access to the video texture and audio.
Audio |
Access audio properties for this video playback. |
Channels |
Number of audio channels. |
Duration |
Gets the total duration of the video in seconds. |
HasAudio |
Does the loaded video have audio? |
Height |
Height of the video. |
IsPaused |
Has the video been paused? |
Muted |
The video is muted |
OnAudioReady |
Event that is invoked when the audio stream is created and ready to use. |
OnFinished |
Video finished playing. |
OnLoaded |
Video successfully loaded. |
OnRepeated |
Video started playing again after looping. |
OnTextureData |
If this event is set, texture data will be provided instead of rendering to the texture. |
PlaybackTime |
Gets the current playback time in seconds. |
Repeat |
Sets whether the video should loop when it reaches the end. |
SampleRate |
Audio sample rate. |
Texture |
Texture of the video frame. |
Width |
Width of the video. |