LEADTOOLS Media Foundation Help > LEADTOOLS Media Foundation Features > Media Foundation File Formats and Constants > Media Format and Constants > ltmfPlay Enumeration Constants > ltmfPlay_Object Constants |
typedef enum _ltmfPlay_Object
{
ltmfPlay_Object_SelAudioProcessor = 0x100,
ltmfPlay_Object_SelVideoProcessor = 0x200,
} ltmfPlay_Object;
The ltmfPlay_Object constants define objects that can be obtained through GetSubObject.
Constant |
Description |
ltmfPlay_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. |
ltmfPlay_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