IImageSourceStateListener
Defines a listener for image source state changes.
Definition
Namespace: Dynamsoft.CVR
Assembly: Dynamsoft.CaptureVisionRouter.dll
public interface IImageSourceStateListener
Methods
Method | Description |
---|---|
OnImageSourceStateReceived |
Called when the state of the image source changes. |
OnImageSourceStateReceived
This method is called when the state of the image source changes.
void OnImageSourceStateReceived(EnumImageSourceState state)
Parameters
[in] state
The state of the image source.
See Also