IPCameraVideoEncodingUseCount Property |
Gets the use count of the video encoder object.
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic int UseCount { get; }
Public ReadOnly Property UseCount As Integer
Get
public:
virtual property int UseCount {
int get () sealed;
}
abstract UseCount : int with get
override UseCount : int with get
Property Value
Type:
Int32Implements
IIPCameraVideoEncodingUseCount
See Also