| Package | com.adobe.rtc.events |
| Class | public class CameraConfigurationEvent |
| Inheritance | CameraConfigurationEvent flash.events.Event |
WebcamPublisher, this event class notifies changes to camera configuration.
See also
| Method | Defined by | ||
|---|---|---|---|
|
CameraConfigurationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
| CameraConfigurationEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CAPTURE_WIDTH_HEIGHT_FACTOR_CHANGED : String = "captureWidthHeightFactorChanged" [static]
Event type dispatched to indicate Capturing width height factor changed
| CameraConfigurationEvent | ||
| FPS_CHANGED : String = "fpsChanged" [static]
Event type dispatched to indicate fps has changed.
| CameraConfigurationEvent | ||
| KEY_FRAME_INTERVAL_CHANGED : String = "keyFrameIntervalChanged" [static]
Event type dispatched to indicate Key Frame Interval Changed.
| CameraConfigurationEvent | ||
| QUALITY_CHANGED : String = "qualityChanged" [static]
Event type dispatched to indicate quality level has changed.
| CameraConfigurationEvent | ||
| CameraConfigurationEvent | () | constructor |
public function CameraConfigurationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| CAPTURE_WIDTH_HEIGHT_FACTOR_CHANGED | constant |
public static const CAPTURE_WIDTH_HEIGHT_FACTOR_CHANGED:String = "captureWidthHeightFactorChanged"Event type dispatched to indicate Capturing width height factor changed
| FPS_CHANGED | constant |
public static const FPS_CHANGED:String = "fpsChanged"Event type dispatched to indicate fps has changed.
| KEY_FRAME_INTERVAL_CHANGED | constant |
public static const KEY_FRAME_INTERVAL_CHANGED:String = "keyFrameIntervalChanged"Event type dispatched to indicate Key Frame Interval Changed.
| QUALITY_CHANGED | constant |
public static const QUALITY_CHANGED:String = "qualityChanged"Event type dispatched to indicate quality level has changed.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/events/CameraConfigurationEvent.html