Package | com.adobe.mediacore.metadata |
Class | public class AdvertisingMetadata |
Inheritance | AdvertisingMetadata ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | keys : Vector.<String> [read-only]
The keys stored in this Metadata object. | Metadata | |
signalingMode : String
The signaling mode to be used for ads. | AdvertisingMetadata |
Method | Defined By | ||
---|---|---|---|
Constructor. | AdvertisingMetadata | ||
![]() | addValue(key:String, value:Object):void
Stores the specified value in this Metadata object, using the specified
key. | Metadata | |
![]() | containsKey(key:String):Boolean
Checks if the specified key existins in this metdata objects. | Metadata | |
![]() | getValue(key:String):*
Returns the value associate with the specified key. | Metadata | |
![]() | removeValue(key:String):*
Removes the value associated with the specified key from this
Metadata object. | Metadata | |
![]() | toString():String [override]
Returns a string representation of this configuration. | Metadata |
signalingMode | property |
signalingMode:String
The signaling mode to be used for ads.
public function get signalingMode():String
public function set signalingMode(value:String):void
ArgumentError — If you attempt to set this to a value not defined in AdSignalingMode.
|
See also
AdvertisingMetadata | () | Constructor |
public function AdvertisingMetadata()
Constructor.