ltmmPlay_Dlg Constants

Summary

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

Syntax

typedef enum _ltmmPlay_Dlg 
{ 
   ltmmPlay_Dlg_AudioProcessors, 
   ltmmPlay_Dlg_VideoProcessors, 
   ltmmPlay_Dlg_VideoRenderer, 
   ltmmPlay_Dlg_AudioRenderer, 
   ltmmPlay_Dlg_Source, 
   ltmmPlay_Dlg_VideoDecompressor, 
   ltmmPlay_Dlg_AudioDecompressor, 
   ltmmPlay_Dlg_Splitter, 
   ltmmPlay_Dlg_SourceAndSplitter, 
   ltmmPlay_Dlg_SelAudioProcessor = 0x100, 
   ltmmPlay_Dlg_SelVideoProcessor = 0x200, 
} ltmmPlay_Dlg; 

Members

ltmmPlay_Dlg_AudioProcessors

Specifies the audio processor selection dialog box.

ltmmPlay_Dlg_VideoProcessors

Specifies the video processor selection dialog box.

ltmmPlay_Dlg_VideoRenderer

Specifies the video renderer dialog box.

ltmmPlay_Dlg_AudioRenderer

Specifies the audio renderer dialog box

ltmmPlay_Dlg_Source

Specifies the source dialog box.

ltmmPlay_Dlg_VideoDecompressor

Specifies the video decompressor dialog box.

ltmmPlay_Dlg_AudioDecompressor

Specifies the audio decompressor dialog box.

ltmmPlay_Dlg_Splitter

Specifies the splitter (demultiplexer) dialog box.

ltmmPlay_Dlg_SourceAndSplitter

Specifies the source and splitter (demultiplexer) dialog boxes.

ltmmPlay_Dlg_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_Dlg_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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.