Package | com.adobe.mediacore.metadata |
Class | public class AdvertisingMetadata |
Inheritance | AdvertisingMetadata ![]() ![]() |
Subclasses | AuditudeSettings |
Property | Defined By | ||
---|---|---|---|
adBreakAsWatched : String
Sets the ad break watched policy. | AdvertisingMetadata | ||
adSignalingMode : String
Sets the signaling metadata used when processing media streams. | AdvertisingMetadata |
Method | Defined By | ||
---|---|---|---|
Default constructor. | AdvertisingMetadata | ||
![]() | containsKey(key:String):Boolean
Checks if the metadata contains the specified key. | Metadata | |
![]() | getByteArray(key:String):ByteArray
Returns the value associated with the given key, or null
if no mapping of the desired type exists for the given key
or a null value is explicitly associated with the key. | Metadata | |
![]() | getMetadata(key:String):Metadata
Returns the value associated with the given key, or null
if no mapping of the desired type exists for the given key
or a null value is explicitly associated with the key. | Metadata | |
![]() | getObject(key:String):Object
Returns the value associated with the given key, or null
if no mapping of the desired type exists for the given key
or a null value is explicitly associated with the key. | Metadata | |
![]() | getValue(key:String):String
Returns the value associated with the specified key as string. | Metadata | |
![]() | isEmpty():Boolean
Checks if the metadata has any mapping defined. | Metadata | |
![]() | keySet():Vector.<String>
Returns a vector containing the strings used as keys in this metadata. | Metadata | |
![]() | setByteArray(key:String, byteArray:ByteArray):void
Stores a ByteArray value replacing any existing value for the given key. | Metadata | |
![]() | setMetadata(key:String, metadata:Metadata):void
Stores a Metadata value replacing any existing value for the given key. | Metadata | |
![]() | setObject(key:String, object:Object):void
Stores an object value replacing any existing value for the given key. | Metadata | |
![]() | setValue(key:String, value:String):void
Stores a String value into this metadata, replacing any existing
value for the given key. | Metadata | |
![]() | toString():String
Returns the string representation of the specified object. | Metadata |
adBreakAsWatched | property |
adBreakAsWatched:String
Sets the ad break watched policy.
public function get adBreakAsWatched():String
public function set adBreakAsWatched(value:String):void
adSignalingMode | property |
adSignalingMode:String
Sets the signaling metadata used when processing media streams.
public function get adSignalingMode():String
public function set adSignalingMode(value:String):void
AdvertisingMetadata | () | Constructor |
public function AdvertisingMetadata()
Default constructor.