Packagecom.adobe.mediacore.events
Classpublic class SMPTETimecodesChangeEvent
InheritanceSMPTETimecodesChangeEvent Inheritance flash.events.Event

Event dispatched by F4M Manifest Handler whenever SMPTE Time Codes have been read fom the manifest.



Public Properties
 PropertyDefined By
  smpteCodes : Vector.<SMPTETimecodeInfo>
[read-only] The SMPTE Time Codes read from the manifest file
SMPTETimecodesChangeEvent
Public Methods
 MethodDefined By
  
SMPTETimecodesChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, smpteCodes:Vector.<SMPTETimecodeInfo> = null)
Default constructor.
SMPTETimecodesChangeEvent
  
clone():Event
[override]
SMPTETimecodesChangeEvent
Public Constants
 ConstantDefined By
  SMPTE_TIME_CODES_CHANGE : String = smpteTimecodesChange
[static] Event dispatched when SMPTE Time Codes have been read fom the manifest.
SMPTETimecodesChangeEvent
Property Detail
smpteCodesproperty
smpteCodes:Vector.<SMPTETimecodeInfo>  [read-only]

The SMPTE Time Codes read from the manifest file


Implementation
    public function get smpteCodes():Vector.<SMPTETimecodeInfo>
Constructor Detail
SMPTETimecodesChangeEvent()Constructor
public function SMPTETimecodesChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, smpteCodes:Vector.<SMPTETimecodeInfo> = null)

Default constructor.

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
smpteCodes:Vector.<SMPTETimecodeInfo> (default = null)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
SMPTE_TIME_CODES_CHANGEConstant
public static const SMPTE_TIME_CODES_CHANGE:String = smpteTimecodesChange

Event dispatched when SMPTE Time Codes have been read fom the manifest.