←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly