VideoDisplayEvent
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.media.video |
| Inherits from: | LoaderEvent < BasicEvent < Event |
| Known subclasses: | |
| Version: | 1.0 |
| Author: | Aigret Axel |
| Classpath: | com.bourre.media.video.VideoDisplayEvent |
| File last modified: | Monday, 24 November 2008, 11:36:45 |
Summary
Constructor
- VideoDisplayEvent (type:String, videoDisplay:VideoDisplay, errorMessage:String = "")
Constants
Constants inherited from LoaderEvent
Instance properties
Instance properties inherited from LoaderEvent
Instance properties inherited from BasicEvent
Instance methods
- getVideoDisplay : VideoDisplay
- getDuration : Number
- getPlayheadTime : Number
- getMetaData : MetaData
Instance methods inherited from LoaderEvent
Event handlers
- onPlayHeadTimeChangeEVENT : String
- onStartStreamEVENT : String
- onStopStreamEVENT : String
- Send when video is stop manually or finish itself
- onEndVideoEVENT : String
- WORK ONLY WITH METADATA send when video has finish
- onMetaDataEVENT : String
- onBufferEmptyEVENT : String
- onBufferFullEVENT : String
- onResizeEVENT : String
- onCuePointEVENT : String
- onErrorEVENT : String
Event handlers inherited from LoaderEvent
Constructor
VideoDisplayEvent
public function VideoDisplayEvent (
type:String,
videoDisplay:VideoDisplay,
errorMessage:String = "")
Instance methods
getDuration
public function getDuration (
) : Number
getMetaData
getPlayheadTime
public function getPlayheadTime (
) : Number
getVideoDisplay
Event handlers
onBufferEmptyEVENT
public static onBufferEmptyEVENT:String = new String( "onBufferEmpty" )
(read,write)
onBufferFullEVENT
public static onBufferFullEVENT:String = new String( "onBufferFull" )
(read,write)
onCuePointEVENT
public static onCuePointEVENT:String = new String( "onCuePoint" )
(read,write)
onEndVideoEVENT
public static onEndVideoEVENT:String = new String( "onEndVideo" )
(read,write)
WORK ONLY WITH METADATA send when video has finish
onErrorEVENT
public static onErrorEVENT:String = new String( "onError" )
(read,write)
onMetaDataEVENT
public static onMetaDataEVENT:String = new String( "onMetaData" )
(read,write)
onPlayHeadTimeChangeEVENT
public static onPlayHeadTimeChangeEVENT:String = new String( "onPlayHeadTimeChange" )
(read,write)
onResizeEVENT
public static onResizeEVENT:String = new String( "onResize" )
(read,write)
onStartStreamEVENT
public static onStartStreamEVENT:String = new String( "onStartStream" )
(read,write)
onStopStreamEVENT
public static onStopStreamEVENT:String = new String( "onStopStream" )
(read,write)
Send when video is stop manually or finish itself