VideoShowPlaybarΒΆ

VideoShowPlaybar shows or hides the playbar. The playbar displays a Start/Stop button and a slider to set the position.

bool = VideoShowPlaybar(hVideo, bShow)

Return Value

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

Parameters

hVideo

Identifies the Video.

bShow

If bShow is TRUE (1), the playbar is enabled.

Comment

../../_images/playbar.png

History

Version Description
5.50.3 New.

id-1090439