IVideo |
The IVideoPlayer type exposes the following members.
| Name | Description | |
|---|---|---|
| GetPlaybackRate | Get the current playback speed. 1.0 is normal playback speed. | |
| GetPlayPosition | Get the current play position in seconds | |
| GetSelectedVideoID | Get the video catalog id of the video currently selected in the player. | |
| GetSelectedVideoPath | Get the path of the video currently selected in the player. | |
| IsFullscreen | Is the video in fullscreen mode? | |
| IsVideoPaused | Return true if the video is paused | |
| IsVideoPlaying | Return true if the video is playing | |
| IsVideoStopped | Return true if the video is stopped | |
| PauseMovie | Toggle Pause of video | |
| PauseNoToggleMovie | Pause movie but do not start it if it is already paused | |
| PlayFromTimeMS | Start playing from the provided time from the start | |
| PlayMovie | Play video | |
| Seek | Seek to a time in the video | |
| SetPlaybackRate | Set the speed factor of video playback, 1.0 is normal speed. Note that speed is not supported in all video formats. | |
| SetSelectedVideo | Set the selected video in the video player. Encrypted parameters are only needed for encrypted videos. | |
| StopMovie | Stop the video | |
| UnPauseMovie | Resume playing from pause |