VideoV3

Represents data for a video.

Name Description Type Additional Info
VideoId The unique ID of the video. string None.
Title The title of the video. string None.
Slug The slug of the video. string None.
JavaScriptFiles The list of JavaScript files for the video. Collection of string None.
CssFiles The list of CSS files for the video. Collection of string None.
Html5Url The HTML5 URL of the video. string None.
PosterFrameImage The poster frame image of the video. string None.
CaptionFilePath The URL for the closed caption file for the video. string None.
Autoplay Flag that determines if the video is set to autoplay. boolean None.
Controls Flag that determines if the controls are displayed for the video. boolean None.
Loop Flag that determines if the video is set to loop. boolean None.
Muted Flag that determines if the video is muted. boolean None.
CrossOrigin Flag that determines if the video can be served using CORS. boolean None.
Embed The embed HTML of the video. string None.