CaptureState Enumeration

Summary

Specifies the current state of the CaptureCtrl object.

Syntax
C#
VB
C++
public enum CaptureState   
Public Enum CaptureState  
public enum class CaptureState   

Members
ValueMemberDescription
0NotReady Indicates that the capture control is not ready for capturing.
1Stopped Indicates that the capture control is ready to run.
2Previewing Indicates that the capture control is previewing, but no capturing.
3Pending Indicates that a capture graph is built and ready to run.
4Running Indicates that the object is actively capturing data.
5Paused Indicates that the capture graph is currently paused.

Requirements

Target Platforms

See Also

Reference

Leadtools.Multimedia Namespace

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly