| Package | com.adobe.rtc.sharedManagers.descriptors |
| Class | public class On2ParametersDescriptor |
See also
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
createValueObject():Object
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 | ||
| bandwidth | property |
public var bandwidth:uintBandwidth setting
| enableHFSS | property |
public var enableHFSS:Boolean = falseForce screen share to use High Fedelity quality setting.
| fps | property |
public var fps:uintThe 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.
| keyframeInterval | property |
public var keyframeInterval:uintSpecifies 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.
| quality | property |
public var quality:uintCompression quality of the video. Defaults to 70 with 100 being the best.
The default value is 70.
| createValueObject | () | method |
public function createValueObject():ObjectCreates a ValueObject representation of this descriptor.
ReturnsObject — 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.
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