Package | com.brightcove.api.events |
Class | public class CuePointEvent |
Inheritance | CuePointEvent ![]() |
Property | Defined By | ||
---|---|---|---|
cuePoint : VideoCuePointDTO [read-only]
Returns the cue point that caused the event to be fired. | CuePointEvent |
Method | Defined By | ||
---|---|---|---|
CuePointEvent(type:String, cuePoint:VideoCuePointDTO)
Constructor. | CuePointEvent | ||
clone():Event [override]
Returns a copy of the event instance. | CuePointEvent |
Constant | Defined 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 |
cuePoint | property |
cuePoint:VideoCuePointDTO
[read-only] Returns the cue point that caused the event to be fired.
public function get cuePoint():VideoCuePointDTO
CuePointEvent | () | Constructor |
public function CuePointEvent(type:String, cuePoint:VideoCuePointDTO)
Constructor.
Parameterstype:String — event name.
| |
cuePoint:VideoCuePointDTO — cue point fried for the event.
|
clone | () | method |
override public function clone():Event
Returns a copy of the event instance.
ReturnsEvent — A copy of the event.
|
CUE | Constant |
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.