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
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly