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 The DirectShow component responsible for playing the video. Some renderers might have useful settings you can adjust if you have problems playing the video..

ltmmPlay_Object_AudioRenderer

Specifies the audio renderer 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..

ltmmPlay_Dlg_VideoDecompressor

specifies the video decompressor Also known as a decoder Also known as a decompressor, this is a module or algorithm to decompress data., this is a module or algorithm to decompress data. 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 processor’s 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 processor’s collection index to this constant. A maximum of 256 processors may be specified.

See Also

IltmmPlay::HasDialog

IltmmPlay::ShowDialog