| VideoCaptureDeviceCapturing Property  | 
            Gets a boolean value indicating whether the capturing is started.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic bool Capturing { get; }Public ReadOnly Property Capturing As Boolean
	Get
public:
property bool Capturing {
	bool get ();
}member Capturing : bool with get
Property Value
Type: 
Boolean
See Also