Packagecom.adobe.mediacore.events
Classpublic final class TimedMetadataEvent
InheritanceTimedMetadataEvent Inheritance flash.events.Event

Event dispatched by the opportunity detector when a timed metadata is processed.



Public Properties
 PropertyDefined By
  timedMetadata : TimedMetadata
[read-only] The timed metadata associated with this event.
TimedMetadataEvent
Public Methods
 MethodDefined 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
Public Constants
 ConstantDefined 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
Property Detail
timedMetadataproperty
timedMetadata:TimedMetadata  [read-only]

The timed metadata associated with this event.


Implementation
    public function get timedMetadata():TimedMetadata
Constructor Detail
TimedMetadataEvent()Constructor
public function TimedMetadataEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, timedMetadata:TimedMetadata = null)

Default constructor.

Parameters
type: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.
Method Detail
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.

Returns
TimedMetadataEvent — a valid TimedMetadataEvent
Constant Detail
TIMED_METADATA_AVAILABLEConstant
public static const TIMED_METADATA_AVAILABLE:String = timedMetadataAvailable

Event dispatched when a timed metadata was processed and no opportunity was detected.

TIMED_METADATA_ID3_ADDEDConstant 
public static const 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.

Event dispatched when an ID3 timed metadata was processed.

TIMED_METADATA_SKIPPEDConstant 
public static const TIMED_METADATA_SKIPPED:String = timed-metadata-skipped
Deprecated: Deprecated

Event dispatched when a timed metadata was processed and no opportunity was detected.