Поделиться через


WMPPlugin_Caps enumeration (wmpservices.h)

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

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 = 1
} ;

Constants

 
WMPPlugin_Caps_CannotConvertFormats
Value: 1
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

Requirement Value
Minimum supported client Windows Media Player 9 Series or later.
Header wmpservices.h

See also

DSP Plug-in Enumeration Types

IWMPPlugin::GetCaps