LinuxVideoCaptureDeviceCapturing Property |
Gets a boolean value indicating whether the capturing is started.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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