WebCameraCapturing Property |
Gets a boolean value indicating whether the capuring is started.
Namespace: Ozeki.CameraAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic bool Capturing { get; }Public ReadOnly Property Capturing As Boolean
Get
public:
virtual property bool Capturing {
bool get () sealed;
}abstract Capturing : bool with get
override Capturing : bool with get
Property Value
BooleanImplements
IOzBaseCamera.Capturing
See Also