IPCameraVideoEncodingBitRate Property |
Gets or sets the bitrate (if supported by the device).
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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
IIPCameraVideoEncodingBitRate
See Also