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
Instance properties
Instance properties inherited from LoaderEvent
Instance properties inherited from BasicEvent
Event handlers

Constructor

VideoDisplayEvent

public function VideoDisplayEvent (
type:String, videoDisplay:VideoDisplay, errorMessage:String = "")

Instance methods

getDuration

public function getDuration (
) : Number

getMetaData

public function getMetaData (

getPlayheadTime

public function getPlayheadTime (
) : Number

getVideoDisplay

public function 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