CuePointEvent
| Kind of class: | class |
|---|---|
| Inherits from: | VideoDisplayEvent < LibEvent < BasicEvent |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.medias.video.CuePointEvent |
| File last modified: | Wednesday, 31 October 2007, 07:35:29 |
Summary
Constructor
Instance properties
Instance properties inherited from BasicEvent
Instance methods
Instance methods inherited from VideoDisplayEvent
Instance methods inherited from LibEvent
Constructor
CuePointEvent
function CuePointEvent (
e:EventType,
oLib:VideoDisplay,
cuePointInfo:Object)
Instance methods
getCuePointInfo
function getCuePointInfo (
) : Object
getNameInfo
function getNameInfo (
) : String
getTimeInfo
function getTimeInfo (
) : String
getTypeInfo
function getTypeInfo (
) : String
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance
Overrides: