Name
PauseVideo -- pause a playing video (V5.0)
Synopsis
PauseVideo(id)
Function
This function pauses the video associated with the identifier id. This video must be playing when you call this command. You can resume playback later by using the ResumeVideo() command.

Please note that pausing a video will not remove the video from the display. Instead, the currently displayed frame will be frozen until you call ResumeVideo(). If you want to remove a video completely from the display, you will always have to call StopVideo().

Inputs
id
identifier of the video to pause

Show TOC