VideoPresentationState
The VideoPresentationState model represents the video presentation statuses.
Enumeration members
PAUSED
• PAUSED: = "paused"
The video presentation is paused.
PLAYING
• PLAYING: = "playing"
The video presentation is played.
STOPPED
• STOPPED: = "stopped"
The video presentation is stopped.
Updated almost 2 years ago