Description
...
Parameters
Name | Description | Type |
---|---|---|
params | Object with these possible properties:
| object |
List of player actions
Action Type | Action Description | Extra Parameters |
---|---|---|
TouchCastPlayerAPI.actions.RESUME_VIDEO | This action will trigger the video playback to resume. | No extra parameters. |
TouchCastPlayerAPI.actions.PAUSE_VIDEO | This action will trigger the video playback to pause. | No extra parameters. |
TouchCastPlayerAPI.actions.TOGGLE_PLAYBACK | This action will toggle the video playback. If the video is playing, it will resume, and if the video is resumed, it will play it. | No extra parameters. |
TouchCastPlayerAPI.actions.RESTART_VIDEO | This action will restart the video playback. | autoPlay
|
TouchCastPlayerAPI.actions.SEEK_VIDEO | This action will seek the video to a certain timecode. | seekTime
|
TouchCastPlayerAPI.actions.MUTE_VIDEO | This action will mute the sound. | No extra parameters. |
TouchCastPlayerAPI.actions.UNMUTE_VIDEO | This action will un-mute the sound. | No extra parameters. |
TouchCastPlayerAPI.actions.SET_VOLUME | This action will change the sound volume. | volume
|
TouchCastPlayerAPI.actions.ENABLE_CONTROL | This action will be able to enable player controls. | list
|
TouchCastPlayerAPI.actions.DISABLE_CONTROL | This action will be able to disable player controls. | list
|
Example
...