IPCameraVideoEncodingBitRate Property |
Gets or sets the bitrate (if supported by the device).
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public int BitRate { get; set; }
Public Property BitRate As Integer
Get
Set
public:
virtual property int BitRate {
int get () sealed;
void set (int value) sealed;
}
abstract BitRate : int with get, set
override BitRate : int with get, set
Property Value
Type:
Int32Implements
IIPCameraVideoEncodingBitRateSee Also