WMENC_CROPPING_MODE

Windows Media Encoder SDK banner art

The WMENC_CROPPING_MODE enumeration type defines how an image is cropped.

Syntax

typedef enum WMENC_CROPPING_MODE{
    WMENC_CROPPING_ABSOLUTE = 0
};

Remarks

The default value, WMENC_CROPPING_ABSOLUTE, specifies that an absolute number of pixels is cropped from the edge of an image.

Requirements

Header: wmencode.h

Library: wmenc.exe

See Also