Packagecom.brightcove.api.events
Classpublic class CuePointEvent
InheritanceCuePointEvent Inheritance flash.events.Event

Events to be broadcast for media cue points.



Public Properties
 PropertyDefined By
  cuePoint : VideoCuePointDTO
[read-only] Returns the cue point that caused the event to be fired.
CuePointEvent
Public Methods
 MethodDefined By
  
CuePointEvent(type:String, cuePoint:VideoCuePointDTO)
Constructor.
CuePointEvent
  
clone():Event
[override] Returns a copy of the event instance.
CuePointEvent
Public Constants
 ConstantDefined By
  CUE : String = cuePoint
[static] The CuePointEvent.CUE constant defines the value of the type property of the event object for a cuePoint event.
CuePointEvent
Property Detail
cuePointproperty
cuePoint:VideoCuePointDTO  [read-only]

Returns the cue point that caused the event to be fired.


Implementation
    public function get cuePoint():VideoCuePointDTO
Constructor Detail
CuePointEvent()Constructor
public function CuePointEvent(type:String, cuePoint:VideoCuePointDTO)

Constructor.

Parameters
type:String — event name.
 
cuePoint:VideoCuePointDTO — cue point fried for the event.
Method Detail
clone()method
override public function clone():Event

Returns a copy of the event instance.

Returns
Event — A copy of the event.
Constant Detail
CUEConstant
public static const CUE:String = cuePoint

The CuePointEvent.CUE constant defines the value of the type property of the event object for a cuePoint event.