VideoActivateΒΆ

VideoActivate activates or deactivates a video object.

bool = VideoActivate(hVideo, bActivate)

Return Value

Is TRUE (1), if the function was successful and otherwise FALSE (0).

Parameters

hVideo

Identifies the Video.

bActivate

If bActivate is TRUE (1), the video is activated. If bActivate is FALSE (0), the video is deactivated. See Comment.

Comment

Active: The play bar is enabled, the video will be loaded and the start position will be displayed. See also VideoShowPlaybar, VideoSetStartPos.

Deactivate: The video will be closed and the snap shot picture will be displayed. See VideoSnapshot.

History

Version Description
R2013.3 New.

id-1796621