WMENC_PROFILE_COMPATIBILITY

Windows Media Encoder SDK banner art

The WMENC_PROFILE_COMPATIBILITY enumeration type defines which version of Windows Media Encoder technology that a profile is compatible with.

Syntax

typedef enum WMENC_PROFILE_COMPATIBILITY{
  WMENC_ENCODER_V8 = 0,
  WMENC_ENCODER_V9 = 1
};

Remarks

WMENC_ENCODER_V8 indicates that the profile is compatible with Windows Media Encoder version 8 and earlier. WMENC_ENCODER_V9 indicates that the profile is compatible with Windows Media Encoder version 9.

This enumeration type is used with the IWMEncProfile2.CompatibilityMode property and the IWMEncProfile2.DetectCompatibility method.

Requirements

Header: wmencode.h

Library: wmenc.exe

See Also