WMPPlugin_Caps enumeration
The WMPPlugin_Caps enumeration type signals whether the plug-in can convert between input and output formats.
Syntax
typedef enum WMPPlugin_Caps {
WMPPlugin_Caps_CannotConvertFormats
} ;
Constants
| WMPPlugin_Caps_CannotConvertFormats | The plug-in requires that the input format and output format be the same. |
Remarks
When IWMPPlugin::GetCaps returns WMPPlugin_Caps_CannotConvertFormats, Windows Media Player handles any necessary format conversion.
Requirements
| Minimum supported client | Windows Media Player 9 Series or later. |
| Header | wmpservices.h |