ConvertDlg Enumeration

Summary

Defines helper and property dialog boxes available in the ConvertCtrl object.

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

Members
ValueMemberDescription
0x00000000TargetFormat Specifies the properties dialog box for the assigned target format.
0x00000001AudioProcessors Specifies the audio processor selection dialog box.
0x00000002VideoProcessors Specifies the video processor selection dialog box.
0x00000100SelAudioProcessor Specifies the first selected audio processor. Additional processors can be specified by adding the processor's collection index to this constant. A maximum of 256 processors can be specified.
0x00000200SelVideoProcessor Specifies the first selected video processor. Additional processors can be specified by adding the processor's collection index to this constant. A maximum of 256 processors can be specified.

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