LEADTOOLS Multimedia API Help > LEADTOOLS Multimedia Features > Multimedia File Formats > Multimedia Format and Media Constants > ltmmPlay Enumeration Constants > ltmmPlay_Dlg Constants |
typedef enum _ltmmPlay_Dlg
{
ltmmPlay_Dlg_AudioProcessors,
ltmmPlay_Dlg_VideoProcessors,
ltmmPlay_Dlg_VideoRenderer,
ltmmPlay_Dlg_AudioRenderer,
ltmmPlay_Dlg_VideoDecompressor,
ltmmPlay_Dlg_AudioDecompressor,
ltmmPlay_Dlg_Splitter,
ltmmPlay_Dlg_SelAudioProcessor = 0x100,
ltmmPlay_Dlg_SelVideoProcessor = 0x200,
} ltmmPlay_Dlg;
The ltmmPlay_Dlg constants define helper and property dialog boxes available in the Play object.
Constant |
Description |
ltmmPlay_Dlg_AudioProcessors |
Specifies the audio processor selection dialog box. |
ltmmPlay_Dlg_VideoProcessors |
Specifies the video processor selection dialog box. |
ltmmPlay_Object_VideoRenderer |
Specifies the video renderer . |
ltmmPlay_Object_AudioRenderer |
Specifies the audio renderer . |
ltmmPlay_Dlg_VideoDecompressor |
specifies the video decompressor dialog. |
ltmmPlay_Dlg_AudioDecompressor |
specifies the audio decompressor dialog. |
ltmmPlay_Dlg_Splitter |
specifies the splitter (demultiplexer) dialog. |
ltmmPlay_Object_SelAudioProcessor |
Specifies the first selected audio processor. Additional processors may be specified by adding the processors collection index to this constant. A maximum of 256 processors may be specified. |
ltmmPlay_Object_SelVideoProcessor |
Specifies the first selected video processor. Additional processors may be specified by adding the processors collection index to this constant. A maximum of 256 processors may be specified. |
See Also
The DirectShow component responsible for playing the video. Some renderers might have useful settings you can adjust if you have problems playing the video.
The audio device that will play the sound. This is usually your sound card. Some computers have more than one sound playback device. You choose which sound playback device will play the sound by selecting the corresponding audio renderer.
Also known as a decoder , this is a module or algorithm to decompress data.
Also known as a decompressor, this is a module or algorithm to decompress data.