Video

constructor(properties: Map<String, Any>)

See also


constructor(properties: Map<String, Any>, sourceCollectionSet: Set<SourceCollection>)

Initializes a new Video with a predefined metadata properties collection and a predefined Set of SourceCollection objects.

Parameters

properties

the metadata assigned to this instance

sourceCollectionSet

the collections of video asset sources to associate with this Video

Throws

if either or both arguments are null


constructor(properties: Map<String, Any>, sourceCollectionSet: Set<SourceCollection>, cuePoints: List<CuePoint>)

Initializes a new Video with a predefined metadata properties collection, a predefined Set of SourceCollection objects, and a list of cue points.

Parameters

properties

the metadata assigned to this instance

sourceCollectionSet

the collections of video asset sources to associate with this Video

Throws

if either or both arguments are null