Packagecom.adobe.mediacore.videoanalytics
Classpublic final class VideoAnalyticsMetadata
InheritanceVideoAnalyticsMetadata Inheritance Metadata Inheritance Object

Metadata specialized in holding information relevant for video analytics



Public Properties
 PropertyDefined By
  chapters : Vector.<VideoAnalyticsChapterData>
VideoAnalyticsMetadata
  videoId : String
The id of the video
VideoAnalyticsMetadata
  videoName : String
The name of the video
VideoAnalyticsMetadata
Public Methods
 MethodDefined By
 Inherited
containsKey(key:String):Boolean
Checks if the metadata contains the specified key.
Metadata
 Inherited
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
 Inherited
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
 Inherited
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
 Inherited
getValue(key:String):String
Returns the value associated with the specified key as string.
Metadata
 Inherited
isEmpty():Boolean
Checks if the metadata has any mapping defined.
Metadata
 Inherited
keySet():Vector.<String>
Returns a vector containing the strings used as keys in this metadata.
Metadata
 Inherited
setByteArray(key:String, byteArray:ByteArray):void
Stores a ByteArray value replacing any existing value for the given key.
Metadata
 Inherited
setMetadata(key:String, metadata:Metadata):void
Stores a Metadata value replacing any existing value for the given key.
Metadata
 Inherited
setObject(key:String, object:Object):void
Stores an object value replacing any existing value for the given key.
Metadata
 Inherited
setValue(key:String, value:String):void
Stores a String value into this metadata, replacing any existing value for the given key.
Metadata
 Inherited
toString():String
Returns the string representation of the specified object.
Metadata
Property Detail
chaptersproperty
chapters:Vector.<VideoAnalyticsChapterData>


Implementation
    public function get chapters():Vector.<VideoAnalyticsChapterData>
    public function set chapters(value:Vector.<VideoAnalyticsChapterData>):void
videoIdproperty 
videoId:String

The id of the video


Implementation
    public function get videoId():String
    public function set videoId(value:String):void
videoNameproperty 
videoName:String

The name of the video


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