Packagecom.distriqt.extension.camera.events
Classpublic class VideoRecordEvent
InheritanceVideoRecordEvent Inheritance flash.events.Event

Represents video recording related events



Public Properties
 PropertyDefined By
  errorCode : String
VideoRecordEvent
  message : String
VideoRecordEvent
Public Methods
 MethodDefined By
  
VideoRecordEvent(type:String, message:String, errorCode:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
VideoRecordEvent
  
clone():Event
[override]
VideoRecordEvent
Public Constants
 ConstantDefined By
  ERROR : String = video:error
[static]
VideoRecordEvent
  RECORDING_COMPLETE : String = video:record:complete
[static]
VideoRecordEvent
  RECORDING_STARTED : String = video:record:started
[static]
VideoRecordEvent
  SAVETOCAMERAROLL : String = video:savetocameraroll
[static]
VideoRecordEvent
  SAVETOCAMERAROLL_ERROR : String = video:savetocameraroll:error
[static]
VideoRecordEvent
Property Detail
errorCodeproperty
public var errorCode:String

messageproperty 
public var message:String

Constructor Detail
VideoRecordEvent()Constructor
public function VideoRecordEvent(type:String, message:String, errorCode:String, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor

Parameters
type:String
 
message:String
 
errorCode:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
ERRORConstant
public static const ERROR:String = video:error

RECORDING_COMPLETEConstant 
public static const RECORDING_COMPLETE:String = video:record:complete

RECORDING_STARTEDConstant 
public static const RECORDING_STARTED:String = video:record:started

SAVETOCAMERAROLLConstant 
public static const SAVETOCAMERAROLL:String = video:savetocameraroll

SAVETOCAMERAROLL_ERRORConstant 
public static const SAVETOCAMERAROLL_ERROR:String = video:savetocameraroll:error