Class SourceAwareMetadataObject

java.lang.Object
com.brightcove.player.model.MetadataObject
com.brightcove.player.model.SourceAwareMetadataObject
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Source, SourceCollection

public abstract class SourceAwareMetadataObject extends MetadataObject
See Also:
  • Constructor Details

  • Method Details

    • initializeDeliveryType

      protected void initializeDeliveryType(@NonNull DeliveryType type)
      Convenience method used by constructors to initialize DeliveryType.
    • getDeliveryType

      @NonNull public 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