Package com.brightcove.player.model
Class SourceAwareMetadataObject.Fields
- java.lang.Object
-
- com.brightcove.player.model.SourceAwareMetadataObject.Fields
-
- Enclosing class:
- SourceAwareMetadataObject
public static final class SourceAwareMetadataObject.Fields extends java.lang.Object
Provides the list of known field names that can appear in the properties Map.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DELIVERY_TYPE
The delivery type for Sources contained within this SourceCollection.
-
Constructor Summary
Constructors Constructor Description Fields()
-
-
-
Field Detail
-
DELIVERY_TYPE
public static final java.lang.String DELIVERY_TYPE
The delivery type for Sources contained within this SourceCollection. Value should be one of the values exposed by DeliveryType.- See Also:
DeliveryType
, Constant Field Values
-
-