Package com.brightcove.player.model
Class SourceAwareMetadataObject
java.lang.Object
com.brightcove.player.model.MetadataObject
com.brightcove.player.model.SourceAwareMetadataObject
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Source
,SourceCollection
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Provides the list of known field names that can appear in the properties Map. -
Field Summary
Fields inherited from class com.brightcove.player.model.MetadataObject
properties, TAG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the DeliveryType for this Source, or DeliveryType.UNKNOWN if none was specified.protected void
Convenience method used by constructors to initialize DeliveryType.Methods inherited from class com.brightcove.player.model.MetadataObject
getIntegerProperty, getIntegerProperty, getLongProperty, getProperties, getStringProperty, getStringProperty, toString
-
Constructor Details
-
SourceAwareMetadataObject
- See Also:
-
-
Method Details
-
initializeDeliveryType
Convenience method used by constructors to initialize DeliveryType. -
getDeliveryType
Returns the DeliveryType for this Source, or DeliveryType.UNKNOWN if none was specified.- Returns:
- the DeliveryType for this Source, or DeliveryType.UNKNOWN if not available
-