Constructor
constructor(data)
Parameters
data: VideoEmbedData
Embed data.
Properties
playlist: string
A link to the master playlist file for the video.
Methods
isRecordWithMedia()
Whether this embed contains a record with media.
Returns
this is RecordWithMediaEmbed
fromView(videoView, videoRecord)
Constructs a VideoEmbed from an embed view and a record.
Parameters
videoView: View
The view of the embed.
videoRecord: Main
The embed video record.