com.adobe.mediacore
Interface PlacementOpportunityDetector


public interface PlacementOpportunityDetector


Method Summary
 List<PlacementOpportunity> process(List<TimedMetadata> timedMetadataList, Metadata metadata)
          Processes the existing timed metadata and return a list of PlacementOpportunity to be resolved by the ad provider.
 

Method Detail

process

List<PlacementOpportunity> process(List<TimedMetadata> timedMetadataList,
                                   Metadata metadata)
Processes the existing timed metadata and return a list of PlacementOpportunity to be resolved by the ad provider.

Parameters:
timedMetadataList - the list of available timed metadata, which is sorted.
metadata - the metadata which can contain the targeting params and the custom parameters to be sent to the ad provider.