ICaptureStateListener
Defines a listener for capture state changes.
Definition
Namespace: Dynamsoft.CVR
Assembly: Dynamsoft.CaptureVisionRouter.dll
public interface ICaptureStateListener
Methods
Method | Description |
---|---|
OnCaptureStateChanged |
Called when the capture state changes. |
OnCaptureStateChanged
Called when the capture state changes.
void OnCaptureStateChanged(EnumCaptureState state)
Parameters
[in] state
The new capture state.
See Also