Package | com.adobe.mediacore.events |
Class | public final class TimedMetadataEvent |
Inheritance | TimedMetadataEvent ![]() |
Property | Defined By | ||
---|---|---|---|
timedMetadata : TimedMetadata [read-only]
The timed metadata associated with this event. | TimedMetadataEvent |
Method | Defined By | ||
---|---|---|---|
TimedMetadataEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, timedMetadata:TimedMetadata = null)
Default constructor. | TimedMetadataEvent | ||
clone():Event [override]
| TimedMetadataEvent | ||
[static]
Factory method for creating a timed metadata available event. | TimedMetadataEvent |
Constant | Defined By | ||
---|---|---|---|
TIMED_METADATA_AVAILABLE : String = timedMetadataAvailable [static]
Event dispatched when a timed metadata was processed and no opportunity was detected. | TimedMetadataEvent | ||
TIMED_METADATA_ID3_ADDED : String = timed-metadata-id3-added Deprecated: TIMED_METADATA_ID3_ADDED events has been deprecated. Use the TIMED_METADATA_AVAILABLE event instead. [static]
Event dispatched when an ID3 timed metadata was processed. | TimedMetadataEvent | ||
TIMED_METADATA_SKIPPED : String = timed-metadata-skipped Deprecated: Deprecated [static]
Event dispatched when a timed metadata was processed and no opportunity was detected. | TimedMetadataEvent |
timedMetadata | property |
timedMetadata:TimedMetadata
[read-only] The timed metadata associated with this event.
public function get timedMetadata():TimedMetadata
TimedMetadataEvent | () | Constructor |
public function TimedMetadataEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, timedMetadata:TimedMetadata = null)
Default constructor.
Parameterstype:String — Event type.
| |
bubbles:Boolean (default = false ) — Specifies whether the event can bubble up the display list hierarchy.
| |
cancelable:Boolean (default = false ) — Specifies whether the behavior associated with the event can be prevented.
| |
timedMetadata:TimedMetadata (default = null ) — The detected timed metadata.
|
clone | () | method |
override public function clone():Event
Returns
Event |
create | () | method |
public static function create(timedMetadata:TimedMetadata):TimedMetadataEvent
Factory method for creating a timed metadata available event.
Parameters
timedMetadata:TimedMetadata — The available timed metadata instance.
|
TimedMetadataEvent — a valid TimedMetadataEvent
|
TIMED_METADATA_AVAILABLE | Constant |
public static const TIMED_METADATA_AVAILABLE:String = timedMetadataAvailable
Event dispatched when a timed metadata was processed and no opportunity was detected.
TIMED_METADATA_ID3_ADDED | Constant |
public static const TIMED_METADATA_ID3_ADDED:String = timed-metadata-id3-added
Event dispatched when an ID3 timed metadata was processed.
TIMED_METADATA_SKIPPED | Constant |
public static const TIMED_METADATA_SKIPPED:String = timed-metadata-skipped
Event dispatched when a timed metadata was processed and no opportunity was detected.