CaptureStateListener
The CaptureStateListener
interface defines the methods for monitoring the capture state.
Definition
Namespace: com.dynamsoft.cvr
Assembly: DynamsoftCaptureVisionRouter.aar
interface CaptureStateListener
Methods
Method | Description |
---|---|
onCapturedStateChanged |
The method for monitoring the capture state. |
onCapturedStateChanged
The method for monitoring the capture state.
void onCaptureStateChanged(EnumCaptureState state);
Parameters
[in] state
: One of the EnumCaptureState
value that indicates the capture state.