C#
VB
C++
Defines helper and property dialog boxes available in the ConvertCtrl object.
public enum ConvertDlg
Public Enum ConvertDlg
public enum class ConvertDlg
Members
Value | Member | Description |
---|---|---|
0 | VideoCompressor | Specifies the selected video compressor Also known as an encoder. |
1 | AudioCompressor | Specifies the selected audio compressor properties dialog box. |
2 | TargetFormat | Specifies the properties dialog box for the assigned target format. |
3 | AudioProcessors | Specifies the audio processor selection dialog box. |
4 | VideoProcessors | Specifies the video processor selection dialog box. |
5 | Source | Specified the source filter properties dialog box. |
6 | VideoDecompressor | Specifies the video decompressor dialog box. |
7 | AudioDecompressor | Specifies the audio decompressor dialog box. |
8 | Splitter | Specifies the splitter (demultiplexer) dialog box. |
9 | SourceAndSplitter | Specified the source and splitter (demultiplexer) filters properties dialog box. |
256 | SelAudioProcessor | Specifies the first selected audio processor. Additional processors may be specified by adding the processor's collection index to this constant. A maximum of 256 processors may be specified. |
512 | SelVideoProcessor | Specifies the first selected video processor. Additional processors may be specified by adding the processor's collection index to this constant. A maximum of 256 processors may be specified. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET