SourceCollection
See also
Initializes a new SourceCollection with a predefined metadata properties collection and a predefined Set of Source objects.
Parameters
the metadata assigned to this instance
the video asset sources to associate with this SourceCollection
Initializes a new SourceCollection with a predefined Set of Source objects all having the given DeliveryType. All Sources in a SourceCollection should be of the same DeliveryType.
Parameters
the video asset sources to associate with this SourceCollection
the DeliveryType format for all the given Sources
Convenience constructor that initializes the SourceCollection with a single Source (most commonly used for HTTP Live Streaming which only has a single URL)
Parameters
the single Source for this collection
the DeliveryType format for all the given Sources