Packageorg.flowplayer.model
Classpublic class ClipEventType
InheritanceClipEventType Inheritance EventType



Public Properties
 PropertyDefined by
  all : Dictionary
[static][read-only]
ClipEventType
  cancellable : Dictionary
[static][read-only]
ClipEventType
 Inheritedcustom : Boolean
EventType
  isCancellable : Boolean
[read-only]
ClipEventType
 Inheritedname : String
EventType
  playlistIsEventTarget : Boolean
[read-only]
ClipEventType
Public Methods
 MethodDefined by
  
ClipEventType(name:String, custom:Boolean = false)
Creates a new type.
ClipEventType
  
forName(name:String):ClipEventType
[static]
ClipEventType
  
toString():String
ClipEventType
Public Constants
 ConstantDefined by
  BEGIN : ClipEventType
[static]
ClipEventType
  BUFFER_EMPTY : ClipEventType
[static]
ClipEventType
  BUFFER_FULL : ClipEventType
[static]
ClipEventType
  BUFFER_STOP : ClipEventType
[static]
ClipEventType
  CLIP_ADD : ClipEventType
[static]
ClipEventType
  CONNECT : ClipEventType
[static]
ClipEventType
  CONNECTION_EVENT : ClipEventType
[static]
ClipEventType
  CUEPOINT : ClipEventType
[static]
ClipEventType
  ERROR : ClipEventType
[static]
ClipEventType
  FINISH : ClipEventType
[static]
ClipEventType
  LAST_SECOND : ClipEventType
[static]
ClipEventType
  METADATA : ClipEventType
[static]
ClipEventType
  NETSTREAM_EVENT : ClipEventType
[static]
ClipEventType
  PAUSE : ClipEventType
[static]
ClipEventType
  PLAYLIST_REPLACE : ClipEventType
[static]
ClipEventType
  RESUME : ClipEventType
[static]
ClipEventType
  SEEK : ClipEventType
[static]
ClipEventType
  START : ClipEventType
[static]
ClipEventType
  STOP : ClipEventType
[static]
ClipEventType
  SWITCH : ClipEventType
[static]
ClipEventType
  UPDATE : ClipEventType
[static]
ClipEventType
Property detail
allproperty
all:Dictionary  [read-only]Implementation
    public static function get all():Dictionary
cancellableproperty 
cancellable:Dictionary  [read-only]Implementation
    public static function get cancellable():Dictionary
isCancellableproperty 
isCancellable:Boolean  [read-only]Implementation
    public function get isCancellable():Boolean
playlistIsEventTargetproperty 
playlistIsEventTarget:Boolean  [read-only]Implementation
    public function get playlistIsEventTarget():Boolean
Constructor detail
ClipEventType()constructor
public function ClipEventType(name:String, custom:Boolean = false)

Creates a new type.

Parameters
name:String
 
custom:Boolean (default = false)
Method detail
forName()method
public static function forName(name:String):ClipEventTypeParameters
name:String

Returns
ClipEventType
toString()method 
public function toString():String

Returns
String
Constant detail
BEGINconstant
public static const BEGIN:ClipEventType
BUFFER_EMPTYconstant 
public static const BUFFER_EMPTY:ClipEventType
BUFFER_FULLconstant 
public static const BUFFER_FULL:ClipEventType
BUFFER_STOPconstant 
public static const BUFFER_STOP:ClipEventType
CLIP_ADDconstant 
public static const CLIP_ADD:ClipEventType
CONNECTconstant 
public static const CONNECT:ClipEventType
CONNECTION_EVENTconstant 
public static const CONNECTION_EVENT:ClipEventType
CUEPOINTconstant 
public static const CUEPOINT:ClipEventType
ERRORconstant 
public static const ERROR:ClipEventType
FINISHconstant 
public static const FINISH:ClipEventType
LAST_SECONDconstant 
public static const LAST_SECOND:ClipEventType
METADATAconstant 
public static const METADATA:ClipEventType
NETSTREAM_EVENTconstant 
public static const NETSTREAM_EVENT:ClipEventType
PAUSEconstant 
public static const PAUSE:ClipEventType
PLAYLIST_REPLACEconstant 
public static const PLAYLIST_REPLACE:ClipEventType
RESUMEconstant 
public static const RESUME:ClipEventType
SEEKconstant 
public static const SEEK:ClipEventType
STARTconstant 
public static const START:ClipEventType
STOPconstant 
public static const STOP:ClipEventType
SWITCHconstant 
public static const SWITCH:ClipEventType
UPDATEconstant 
public static const UPDATE:ClipEventType