| Package | com.adobe.mediacore.events |
| Class | public class SMPTETimecodesChangeEvent |
| Inheritance | SMPTETimecodesChangeEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| smpteCodes : Vector.<SMPTETimecodeInfo> [read-only]
The SMPTE Time Codes read from the manifest file
| SMPTETimecodesChangeEvent | ||
| Method | Defined By | ||
|---|---|---|---|
SMPTETimecodesChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, smpteCodes:Vector.<SMPTETimecodeInfo> = null)
Default constructor. | SMPTETimecodesChangeEvent | ||
clone():Event [override]
| SMPTETimecodesChangeEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| SMPTE_TIME_CODES_CHANGE : String = smpteTimecodesChange [static]
Event dispatched when SMPTE Time Codes have been read fom the manifest. | SMPTETimecodesChangeEvent | ||
| smpteCodes | property |
smpteCodes:Vector.<SMPTETimecodeInfo> [read-only] The SMPTE Time Codes read from the manifest file
public function get smpteCodes():Vector.<SMPTETimecodeInfo>| SMPTETimecodesChangeEvent | () | Constructor |
public function SMPTETimecodesChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, smpteCodes:Vector.<SMPTETimecodeInfo> = null)Default constructor.
Parameterstype:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) | |
smpteCodes:Vector.<SMPTETimecodeInfo> (default = null) |
| clone | () | method |
override public function clone():EventReturns
Event |
| SMPTE_TIME_CODES_CHANGE | Constant |
public static const SMPTE_TIME_CODES_CHANGE:String = smpteTimecodesChangeEvent dispatched when SMPTE Time Codes have been read fom the manifest.