Table of contents

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

EnumCaptureState

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: