Class fever.medias.video.VideoCuePointEvent

Description

Event structure for FLV Cue point.

Field Index

onCuePointEVENT, onEventCuePointEVENT, onNavigationCuePointEVENT

Method Index

new VideoCuePointEvent()
getCuePoint()

Inherited from AbstractEvent

Constructor Detail

VideoCuePointEvent

public function VideoCuePointEvent(t:EventType, target:VideoDisplay, cuepoint:VideoCuePoint)

Constructor.

Field Detail

onCuePointEVENT

static public onCuePointEVENT:EventType
Broadcasted when a cue point is triggered.

onEventCuePointEVENT

static public onEventCuePointEVENT:EventType
Broadcasted when a cue point is triggered.

onNavigationCuePointEVENT

static public onNavigationCuePointEVENT:EventType
Broadcasted when a cue point is triggered.

Method Detail

getCuePoint

public function getCuePoint():VideoCuePoint

Returns broadcasted video cue point.