-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum 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.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DASH
DASH
WVM
Widevine
FLV
Indicates video content delivered via Flash Streaming.
HLS
Indicates video content delivered via HTTP Live Streaming.
MP4
Indicates H.264 encoded video in MP4 container delivered via HTTP or HTTPS.
UNKNOWN
Indicates that no DeliveryType was specified.
-
Method Summary
Modifier and Type Method Description String
toString()
static DeliveryType
getDeliveryTypeByName(String deliveryTypeByName)
static Array<DeliveryType>
values()
static DeliveryType
valueOf(String name)
-
-
Method Detail
-
getDeliveryTypeByName
static DeliveryType getDeliveryTypeByName(String deliveryTypeByName)
-
values
static Array<DeliveryType> values()
-
valueOf
static DeliveryType valueOf(String name)
-
-
-
-