ConvertState Enumeration

Summary

Specifies the current state of the ConvertCtrl object.

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

Members
ValueMemberDescription
0x00000000NotReady Indicates that the ConvertCtrl object is not ready for conversion.
0x00000001Stopped Indicates that the ConvertCtrl object is ready for conversion and stopped.
0x00000002Running Indicates that the ConvertCtrl object is converting data.
0x00000003Paused Indicates that the ConvertCtrl object is paused: no data is being converted.

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