Property | Defined by | ||
---|---|---|---|
all : Dictionary [static][read-only]
| ClipEventType | ||
cancellable : Dictionary [static][read-only]
| ClipEventType | ||
![]() | custom : Boolean | EventType | |
isCancellable : Boolean [read-only]
| ClipEventType | ||
![]() | name : String | EventType | |
playlistIsEventTarget : Boolean [read-only]
| ClipEventType |
Method | Defined by | ||
---|---|---|---|
ClipEventType(name:String, custom:Boolean = false)
Creates a new type.
| ClipEventType | ||
forName(name:String):ClipEventType
[static]
| ClipEventType | ||
toString():String
| ClipEventType |
Constant | Defined 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 |
all | property |
all:Dictionary
[read-only]Implementation
public static function get all():Dictionary
cancellable | property |
cancellable:Dictionary
[read-only]Implementation
public static function get cancellable():Dictionary
isCancellable | property |
isCancellable:Boolean
[read-only]Implementation
public function get isCancellable():Boolean
playlistIsEventTarget | property |
playlistIsEventTarget:Boolean
[read-only]Implementation
public function get playlistIsEventTarget():Boolean
ClipEventType | () | constructor |
public function ClipEventType(name:String, custom:Boolean = false)
Creates a new type.
Parametersname:String |
|
custom:Boolean (default = false )
|
forName | () | method |
public static function forName(name:String):ClipEventType
Parameters
name:String |
ClipEventType |
toString | () | method |
public function toString():String
Returns
String |
BEGIN | constant |
public static const BEGIN:ClipEventType
BUFFER_EMPTY | constant |
public static const BUFFER_EMPTY:ClipEventType
BUFFER_FULL | constant |
public static const BUFFER_FULL:ClipEventType
BUFFER_STOP | constant |
public static const BUFFER_STOP:ClipEventType
CLIP_ADD | constant |
public static const CLIP_ADD:ClipEventType
CONNECT | constant |
public static const CONNECT:ClipEventType
CONNECTION_EVENT | constant |
public static const CONNECTION_EVENT:ClipEventType
CUEPOINT | constant |
public static const CUEPOINT:ClipEventType
ERROR | constant |
public static const ERROR:ClipEventType
FINISH | constant |
public static const FINISH:ClipEventType
LAST_SECOND | constant |
public static const LAST_SECOND:ClipEventType
METADATA | constant |
public static const METADATA:ClipEventType
NETSTREAM_EVENT | constant |
public static const NETSTREAM_EVENT:ClipEventType
PAUSE | constant |
public static const PAUSE:ClipEventType
PLAYLIST_REPLACE | constant |
public static const PLAYLIST_REPLACE:ClipEventType
RESUME | constant |
public static const RESUME:ClipEventType
SEEK | constant |
public static const SEEK:ClipEventType
START | constant |
public static const START:ClipEventType
STOP | constant |
public static const STOP:ClipEventType
SWITCH | constant |
public static const SWITCH:ClipEventType
UPDATE | constant |
public static const UPDATE:ClipEventType