Video Options
Description of the video to play.
Parameters
video Id
the video ID of the video to play
video Type
the VideoType of the video to play. Only VideoType.VOD is supported.
token
the private video token (only needed for private video, set to null otherwise)
Constructors
Link copied to clipboard
Creates a VideoOptions from a videoId and the private token. The VideoType is inferred from the video ID.
Creates a VideoOptions from a videoId. an explicit VideoType and the private token.