ltmmPlay_Dlg Constants

The ltmmPlay_Dlg constants define helper and property dialog boxes available in the Play object.

Const ltmmPlay_Dlg_AudioProcessors = 0
Const ltmmPlay_Dlg_VideoProcessors = 1
Const ltmmPlay_Dlg_VideoRenderer = 2
Const ltmmPlay_Dlg_AudioRenderer = 3
Const ltmmPlay_Dlg_VideoDecompressor = 5
Const ltmmPlay_Dlg_AudioDecompressor = 6
Const ltmmPlay_Dlg_Splitter = 7 
Const ltmmPlay_Dlg_SelAudioProcessor = 256
Const ltmmPlay_Dlg_SelVideoProcessor = 512

Constant

Description

ltmmPlay_Dlg_AudioProcessors

[0] Specifies the audio processor selection dialog box.

ltmmPlay_Dlg_VideoProcessors

[1] Specifies the video processor selection dialog box.

ltmmPlay_Object_VideoRenderer

[2] 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

[3] 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

[5]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

[6]specifies the audio decompressor dialog.

ltmmPlay_Dlg_Splitter

[7]specifies the splitter (demultiplexer) dialog.

ltmmPlay_Object_SelAudioProcessor

[256] 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

[512] 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

ltmmPlayCtrl.HasDialog

ltmmPlayCtrl.ShowDialog