com.adobe.mediacore.timeline
Class PlacementOpportunity
java.lang.Object
com.adobe.mediacore.timeline.PlacementOpportunity
public final class PlacementOpportunity
- extends Object
An opportunity represents an "interesting" point on the timeline. Is a location
where we can alter the timeline by inserting a series of ads or where we must
switch to an alternate stream or where some edits might happen.
While the stream contains various metadata, only a couple of them can be considered
opportunities. Also an opportunity can be created based on out-of-band information and
not necessarily from the stream information.
_id
public final String _id
_placementInformation
public final PlacementInformation _placementInformation
_metadata
public final Metadata _metadata
PlacementOpportunity
public PlacementOpportunity(String id,
PlacementInformation placementInformation,
Metadata metadata)
getId
public String getId()
getPlacementInformation
public PlacementInformation getPlacementInformation()
getMetadata
public Metadata getMetadata()
toString
public String toString()
- Overrides:
toString
in class Object