Package | artcustomer.framework.events |
Class | public class LayerVideoEvent |
Inheritance | LayerVideoEvent flash.events.Event |
Method | Defined By | ||
---|---|---|---|
LayerVideoEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, stream:String = null, error:String = null, volume:Number = 0)
Constructor
| LayerVideoEvent | ||
clone():Event [override]
Clone LayerVideoEvent. | LayerVideoEvent | ||
toString():String [override]
Get String value of LayerVideoEvent. | LayerVideoEvent |
Constant | Defined By | ||
---|---|---|---|
LAYERVIDEO_AVAILABLE : String = layerVideoAvailable [static] | LayerVideoEvent | ||
LAYERVIDEO_BUFFER_EMPTY : String = layerVideoBufferEmpty [static] | LayerVideoEvent | ||
LAYERVIDEO_BUFFER_FLUSH : String = layerVideoBufferFlush [static] | LayerVideoEvent | ||
LAYERVIDEO_BUFFER_FULL : String = layerVideoBufferFull [static] | LayerVideoEvent | ||
LAYERVIDEO_CHANGE_VOLUME : String = layerVideoChangeVolume [static] | LayerVideoEvent | ||
LAYERVIDEO_DESTROY : String = layerVideoDestroy [static] | LayerVideoEvent | ||
LAYERVIDEO_ERROR : String = layerVideoError [static] | LayerVideoEvent | ||
LAYERVIDEO_METADATA_RECEIVED : String = layerVideoMetaDataReceived [static] | LayerVideoEvent | ||
LAYERVIDEO_ONSTREAM : String = layerVideoOnStream [static] | LayerVideoEvent | ||
LAYERVIDEO_PAUSESTREAM : String = layerVideoPauseStream [static] | LayerVideoEvent | ||
LAYERVIDEO_PLAYSTREAM : String = layerVideoPlayStream [static] | LayerVideoEvent | ||
LAYERVIDEO_READY : String = layerVideoReady [static] | LayerVideoEvent | ||
LAYERVIDEO_RENDER : String = layerVideoRender [static] | LayerVideoEvent | ||
LAYERVIDEO_RESUMESTREAM : String = layerVideoResumeStream [static] | LayerVideoEvent | ||
LAYERVIDEO_SETUP : String = layerVideoSetup [static] | LayerVideoEvent | ||
LAYERVIDEO_STOPSTREAM : String = layerVideoStopStream [static] | LayerVideoEvent | ||
LAYERVIDEO_STREAM_NOT_FOUND : String = layerVideoStreamNotFound [static] | LayerVideoEvent |
LayerVideoEvent | () | Constructor |
public function LayerVideoEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, stream:String = null, error:String = null, volume:Number = 0)
Constructor
Parameterstype:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
| |
stream:String (default = null )
| |
error:String (default = null )
| |
volume:Number (default = 0 )
|
clone | () | method |
override public function clone():Event
Clone LayerVideoEvent.
ReturnsEvent —
|
toString | () | method |
override public function toString():String
Get String value of LayerVideoEvent.
ReturnsString —
|
LAYERVIDEO_AVAILABLE | Constant |
public static const LAYERVIDEO_AVAILABLE:String = layerVideoAvailable
LAYERVIDEO_BUFFER_EMPTY | Constant |
public static const LAYERVIDEO_BUFFER_EMPTY:String = layerVideoBufferEmpty
LAYERVIDEO_BUFFER_FLUSH | Constant |
public static const LAYERVIDEO_BUFFER_FLUSH:String = layerVideoBufferFlush
LAYERVIDEO_BUFFER_FULL | Constant |
public static const LAYERVIDEO_BUFFER_FULL:String = layerVideoBufferFull
LAYERVIDEO_CHANGE_VOLUME | Constant |
public static const LAYERVIDEO_CHANGE_VOLUME:String = layerVideoChangeVolume
LAYERVIDEO_DESTROY | Constant |
public static const LAYERVIDEO_DESTROY:String = layerVideoDestroy
LAYERVIDEO_ERROR | Constant |
public static const LAYERVIDEO_ERROR:String = layerVideoError
LAYERVIDEO_METADATA_RECEIVED | Constant |
public static const LAYERVIDEO_METADATA_RECEIVED:String = layerVideoMetaDataReceived
LAYERVIDEO_ONSTREAM | Constant |
public static const LAYERVIDEO_ONSTREAM:String = layerVideoOnStream
LAYERVIDEO_PAUSESTREAM | Constant |
public static const LAYERVIDEO_PAUSESTREAM:String = layerVideoPauseStream
LAYERVIDEO_PLAYSTREAM | Constant |
public static const LAYERVIDEO_PLAYSTREAM:String = layerVideoPlayStream
LAYERVIDEO_READY | Constant |
public static const LAYERVIDEO_READY:String = layerVideoReady
LAYERVIDEO_RENDER | Constant |
public static const LAYERVIDEO_RENDER:String = layerVideoRender
LAYERVIDEO_RESUMESTREAM | Constant |
public static const LAYERVIDEO_RESUMESTREAM:String = layerVideoResumeStream
LAYERVIDEO_SETUP | Constant |
public static const LAYERVIDEO_SETUP:String = layerVideoSetup
LAYERVIDEO_STOPSTREAM | Constant |
public static const LAYERVIDEO_STOPSTREAM:String = layerVideoStopStream
LAYERVIDEO_STREAM_NOT_FOUND | Constant |
public static const LAYERVIDEO_STREAM_NOT_FOUND:String = layerVideoStreamNotFound