Packagecom.adobe.rtc.sharedManagers.descriptors
Classpublic class On2ParametersDescriptor

Defines the set of parameters used for setting quality of ON2 video; for example, the webcamera stream.

See also

flash.media.Camera


Public Properties
 PropertyDefined by
  bandwidth : uint
Bandwidth setting
On2ParametersDescriptor
  enableHFSS : Boolean = false
Force screen share to use High Fedelity quality setting.
On2ParametersDescriptor
  fps : uint
The maximum rate for the camera to capture data in frames per second.
On2ParametersDescriptor
  keyframeInterval : uint
Specifies which video frames are transmitted in full (called keyframes) instead of being interpolated by the video compression algorithm.
On2ParametersDescriptor
  quality : uint
Compression quality of the video.
On2ParametersDescriptor
Public Methods
 MethodDefined by
  
Creates a ValueObject representation of this descriptor.
On2ParametersDescriptor
  
readValueObject(p_valueObject:Object):void
Takes in a valueObject and structure the MessageItem according to the values therein.
On2ParametersDescriptor
Property detail
bandwidthproperty
public var bandwidth:uint

Bandwidth setting

enableHFSSproperty 
public var enableHFSS:Boolean = false

Force screen share to use High Fedelity quality setting.

fpsproperty 
public var fps:uint

The maximum rate for the camera to capture data in frames per second. The maximum rate possible depends on the capabilities of the camera; that is, if the camera doesn't support the value you set here, this frame rate will not be achieved.

keyframeIntervalproperty 
public var keyframeInterval:uint

Specifies which video frames are transmitted in full (called keyframes) instead of being interpolated by the video compression algorithm. The default value is 15, which means that every 15th frame is a keyframe.

The default value is 15.

qualityproperty 
public var quality:uint

Compression quality of the video. Defaults to 70 with 100 being the best.

The default value is 70.

Method detail
createValueObject()method
public function createValueObject():Object

Creates a ValueObject representation of this descriptor.

Returns
Object — An Object which represents the non-default values for this descriptor, suitable for consumption by readValueObject.
readValueObject()method 
public function readValueObject(p_valueObject:Object):void

Takes in a valueObject and structure the MessageItem according to the values therein.

Parameters
p_valueObject:Object — An Object which represents the non-default values for this MessageItem.




 

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/sharedManagers/descriptors/On2ParametersDescriptor.html