Default implementation of MediaPlayerClient factory providing
support both for Metadata and Auditude ad resolving process.
override protected function doRetrieveAdPolicySelector(item:MediaPlayerItem):AdPolicySelector
Actual content factory implementations need to overwrite this method and
provide the ad policy selector.
Parameters
Returnsoverride protected function doRetrieveGenerators(item:MediaPlayerItem):Vector.<OpportunityGenerator>
Actual content factory implementations need to overwrite this method and
provide the vector of opportunity generators.
Parameters
Returns | Vector.<OpportunityGenerator> — a vector containing the registered generators or an empty
vector if none was found.
|
override protected function doRetrieveResolvers(item:MediaPlayerItem):Vector.<ContentResolver>
Actual content factory implementations need to overwrite this method and
provide the vector of content resolvers.
Parameters
Returns | Vector.<ContentResolver> — a vector containing the registered resolvers or an empty
vector if none was found.
|
Fri Jun 20 2014, 11:19 AM -07:00