Package | com.adobe.mediacore.metadata |
Class | public class TrackingMetadata |
Inheritance | TrackingMetadata ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
Constructor
| TrackingMetadata | ||
![]() | 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 |