VideoInfoEvent
| Kind of class: | public class |
|---|---|
| Package: | org.casalib.events |
| Inherits from: | Event |
| Dispatched by: | |
| Version: | 10/27/08 |
| Author: | Aaron Clinger |
| Classpath: | org.casalib.events.VideoInfoEvent |
| File last modified: | Monday, 01 December 2008, 11:16:36 |
An event dispatched when meta data, or cue point is received from the VideoLoad.
Summary
Constructor
- VideoInfoEvent (type:String, bubbles:Boolean = false, cancelable:Boolean = false)
- Creates a new VideoInfoEvent.
Instance properties
- infoObject : Object
- The meta data or cue point info object.
Constructor
VideoInfoEvent
public function VideoInfoEvent (
type:String,
bubbles:Boolean = false,
cancelable:Boolean = false)
Creates a new VideoInfoEvent.
Parameters:
type :
The type of event.
bubbles :
Determines whether the Event object participates in the bubbling stage of the event flow.
cancelable:
Determines whether the Event object can be canceled.
Constants
CUE_POINT
public static const CUE_POINT:String = 'cuePoint'
(read)
META_DATA
public static const META_DATA:String = 'metaData'
(read)
Instance properties
infoObject
public infoObject:Object
(read,write)
The meta data or cue point info object.
Instance methods
clone
override public function clone (
) : Event
Returns:
- Duplicates an instance of the event.
Overrides:
- Event.clone
toString
override public function toString (
) : String
Returns:
- A string containing all the properties of the event.
Overrides:
- Event.toString