IPCameraVideoEncodingQuality Property |
Gets or sets the quality of the video (if supported by the device).
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public float Quality { get; set; }
Public Property Quality As Single
Get
Set
public:
virtual property float Quality {
float get () sealed;
void set (float value) sealed;
}
abstract Quality : float32 with get, set
override Quality : float32 with get, set
Property Value
Type:
SingleImplements
IIPCameraVideoEncodingQualitySee Also