CaptureState Enumeration

Summary
Specifies the current state of the CaptureCtrl object.
Syntax
C#
C++/CLI
public enum CaptureState 
public enum class CaptureState   
Members
ValueMemberDescription
0x00000000NotReady Indicates that the capture control is not ready for capturing.
0x00000001Stopped Indicates that the capture control is ready to run.
0x00000002Previewing Indicates that the capture control is previewing, but not capturing.
0x00000003Pending Indicates that a capture media session is built and ready to run.
0x00000004Running Indicates that the object is actively capturing data.
0x00000005Paused Indicates that the capture media session is currently paused.
Requirements

Target Platforms

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

Leadtools.MediaFoundation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.