11. Overview VideosΒΆ
Video Create/Destroy |
|
---|---|
VideoCreate creates a video object. |
|
VideoDestroy destroys a video object. |
Video Commands |
|
---|---|
VideoCommand controls the video player. |
|
VideoSnapshot creates a bitmap snapshot for the specified position of the given video file. The snapshot is displayed instead of the video. |
Set Functions |
|
---|---|
VideoActivate activates or deactivates a video object. |
|
VideoSetCallback enables or disables the callback function. |
|
VideoSetFileName sets the video file name. The file will be loaded when the video is activated with VideoActivate. |
|
VideoSetStartPos sets the start position. |
|
VideoShowPlaybar shows or hides the playbar. The playbar displays a Start/Stop button and a slider to set the position. |
Get Functions |
|
---|---|
VideoGetFileName returns the video file name. |
|
VideoGetStartPos returns the start position. |
|
VideoIsActivated checks if the video is active. |
|
VideoIsCallback checks, if the callback function is enabled or disabled. see VideoSetCallback. |
|
VideoIsPlaybar checks, if the play bar is visible. |
See also
id-1996856