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.

ltmmPlay_Object_AudioRenderer

[3] Specifies the audio renderer.

ltmmPlay_Dlg_VideoDecompressor

[5]specifies the video decompressor 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