C#
VB
C++
Defines helper and property dialog boxes available in the PlayCtrl object.
public enum PlayDlg
Public Enum PlayDlg
public enum class PlayDlg
Members
Value | Member | Description |
---|---|---|
0 | AudioProcessors | Specifies the audio processor selection dialog box. |
1 | VideoProcessors | Specifies the video processor selection dialog box. |
2 | VideoRenderer | Specifies the video renderer. |
3 | AudioRenderer | Specifies the audio renderer. |
4 | Source | Specified the source filter properties dialog box. |
5 | VideoDecompressor | Specifies the video decompressor dialog. |
6 | AudioDecompressor | Specifies the audio decompressor dialog. |
7 | Splitter | specifies the splitter (demultiplexer) dialog. |
8 | 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