Packagecom.adobe.mediacore.metadata
Classpublic class AdvertisingMetadata
InheritanceAdvertisingMetadata Inheritance Metadata Inheritance flash.events.EventDispatcher

The AdvertisingMetadata holds metadata specific to the advertising workflow



Public Properties
 PropertyDefined By
 Inheritedkeys : Vector.<String>
[read-only] The keys stored in this Metadata object.
Metadata
  signalingMode : String
The signaling mode to be used for ads.
AdvertisingMetadata
Public Methods
 MethodDefined By
  
Constructor.
AdvertisingMetadata
 Inherited
addValue(key:String, value:Object):void
Stores the specified value in this Metadata object, using the specified key.
Metadata
 Inherited
containsKey(key:String):Boolean
Checks if the specified key existins in this metdata objects.
Metadata
 Inherited
getValue(key:String):*
Returns the value associate with the specified key.
Metadata
 Inherited
removeValue(key:String):*
Removes the value associated with the specified key from this Metadata object.
Metadata
 Inherited
toString():String
[override] Returns a string representation of this configuration.
Metadata
Events
 Event Summary Defined By
 InheritedDispatched when a value is added on the metadataMetadata
 InheritedDispatched when a value is changed on the metadataMetadata
 InheritedDispatched when a value is removed from the metadataMetadata
Property Detail
signalingModeproperty
signalingMode:String

The signaling mode to be used for ads.


Implementation
    public function get signalingMode():String
    public function set signalingMode(value:String):void

Throws
ArgumentError — If you attempt to set this to a value not defined in AdSignalingMode.

See also

com.adobe.mediacore.AdSignalingMode
Constructor Detail
AdvertisingMetadata()Constructor
public function AdvertisingMetadata()

Constructor.