IPCameraVideoEncodingQuality Property |
Gets or sets the quality of the video (if supported by the device).
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic 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
IIPCameraVideoEncodingQuality
See Also