Windows Media Player 11 SDK WMPPlugin_CapsĀ 

Windows Media Player SDK banner art

Previous Next

WMPPlugin_Caps

The WMPPlugin_Caps enumeration type signals whether the plug-in can convert between input and output formats.

Syntax

  
    
  

Members

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

Version: Windows Media Player 9 Series or later.

Header: Include wmpservices.h.

See Also

Previous Next