ICaptureStateListener
Defines a listener for capture state changes.
Definition
Namespace: Dynamsoft.CVR
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