| FrameRateHandlerIsRunning Property  | 
            The state of the video handler. True if the handler is running, otherwise false.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic bool IsRunning { get; }Public ReadOnly Property IsRunning As Boolean
	Get
public:
property bool IsRunning {
	bool get ();
}member IsRunning : bool with get
Property Value
Type: 
Boolean
See Also