DeliveryType

Defines standard keys for each type of deliverable media asset handled by the SDK. These are specifically used to indicate the type Source assets held within a SourceCollection. These values correspond to the standard MIME types for each delivery mechanism.

Entries

Link copied to clipboard

Indicates that no DeliveryType was specified.

Link copied to clipboard

Indicates H.264 encoded video in MP4 container delivered via HTTP or HTTPS.

Link copied to clipboard

Indicates video content delivered via HTTP Live Streaming.

Link copied to clipboard

Indicates video content delivered via Flash Streaming.

Link copied to clipboard

Widevine

Link copied to clipboard

DASH

Functions

Link copied to clipboard
open fun getDeliveryTypeByName(deliveryTypeByName: String): DeliveryType
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun valueOf(name: String): DeliveryType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.