Packageartcustomer.framework.events
Classpublic class LayerVideoEvent
InheritanceLayerVideoEvent Inheritance flash.events.Event

LayerVideoEvent



Public Methods
 MethodDefined 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
Public Constants
 ConstantDefined 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
Constructor Detail
LayerVideoEvent()Constructor
public function LayerVideoEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, stream:String = null, error:String = null, volume:Number = 0)

Constructor

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
stream:String (default = null)
 
error:String (default = null)
 
volume:Number (default = 0)
Method Detail
clone()method
override public function clone():Event

Clone LayerVideoEvent.

Returns
Event
toString()method 
override public function toString():String

Get String value of LayerVideoEvent.

Returns
String
Constant Detail
LAYERVIDEO_AVAILABLEConstant
public static const LAYERVIDEO_AVAILABLE:String = layerVideoAvailable

LAYERVIDEO_BUFFER_EMPTYConstant 
public static const LAYERVIDEO_BUFFER_EMPTY:String = layerVideoBufferEmpty

LAYERVIDEO_BUFFER_FLUSHConstant 
public static const LAYERVIDEO_BUFFER_FLUSH:String = layerVideoBufferFlush

LAYERVIDEO_BUFFER_FULLConstant 
public static const LAYERVIDEO_BUFFER_FULL:String = layerVideoBufferFull

LAYERVIDEO_CHANGE_VOLUMEConstant 
public static const LAYERVIDEO_CHANGE_VOLUME:String = layerVideoChangeVolume

LAYERVIDEO_DESTROYConstant 
public static const LAYERVIDEO_DESTROY:String = layerVideoDestroy

LAYERVIDEO_ERRORConstant 
public static const LAYERVIDEO_ERROR:String = layerVideoError

LAYERVIDEO_METADATA_RECEIVEDConstant 
public static const LAYERVIDEO_METADATA_RECEIVED:String = layerVideoMetaDataReceived

LAYERVIDEO_ONSTREAMConstant 
public static const LAYERVIDEO_ONSTREAM:String = layerVideoOnStream

LAYERVIDEO_PAUSESTREAMConstant 
public static const LAYERVIDEO_PAUSESTREAM:String = layerVideoPauseStream

LAYERVIDEO_PLAYSTREAMConstant 
public static const LAYERVIDEO_PLAYSTREAM:String = layerVideoPlayStream

LAYERVIDEO_READYConstant 
public static const LAYERVIDEO_READY:String = layerVideoReady

LAYERVIDEO_RENDERConstant 
public static const LAYERVIDEO_RENDER:String = layerVideoRender

LAYERVIDEO_RESUMESTREAMConstant 
public static const LAYERVIDEO_RESUMESTREAM:String = layerVideoResumeStream

LAYERVIDEO_SETUPConstant 
public static const LAYERVIDEO_SETUP:String = layerVideoSetup

LAYERVIDEO_STOPSTREAMConstant 
public static const LAYERVIDEO_STOPSTREAM:String = layerVideoStopStream

LAYERVIDEO_STREAM_NOT_FOUNDConstant 
public static const LAYERVIDEO_STREAM_NOT_FOUND:String = layerVideoStreamNotFound