CuePointEvent
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.media.video |
| Inherits from: | VideoDisplayEvent < LoaderEvent < BasicEvent < Event |
| Version: | 1.0 |
| Author: | Aigret Axel |
| Classpath: | com.bourre.media.video.CuePointEvent |
| File last modified: | Monday, 24 November 2008, 11:36:45 |
Summary
Constructor
- CuePointEvent (type:String, video:VideoDisplay, cuePointInfo:Object)
Constants
Constants inherited from LoaderEvent
Class properties
Instance properties
Instance properties inherited from LoaderEvent
Instance properties inherited from BasicEvent
Instance methods
- getCuePointInfo : Object
- getNameInfo : String
- getTimeInfo : String
- getTypeInfo : String
- toString : String
- Returns the string representation of this instance.
Instance methods inherited from VideoDisplayEvent
Instance methods inherited from LoaderEvent
Event handlers
Event handlers inherited from LoaderEvent
Constructor
CuePointEvent
Instance methods
getCuePointInfo
public function getCuePointInfo (
) : Object
getNameInfo
public function getNameInfo (
) : String
getTimeInfo
public function getTimeInfo (
) : String
getTypeInfo
public function getTypeInfo (
) : String
toString
override public function toString (
) : String
Returns the string representation of this instance.
Returns:
- the string representation of this instance
Overrides:
- VideoDisplayEvent.toString