WMENC_PLUGIN_TYPE

Windows Media Encoder SDK banner art

The WMENC_PLUGIN_TYPE enumeration type defines the type of plug-in.

Syntax

typedef enum WMENC_PLUGIN_TYPE{
    WMENC_PLUGIN_SOURCE = 1,
    WMENC_PLUGIN_TRANSFORM = 2,
    WMENC_PLUGIN_DEVICECONTROL = 3
};

Remarks

A source plug-in provides video, audio, or script content. A transform plug-in modifies an existing stream. A device control plug-in provides content from an external digital device.

Requirements

Header: wmencode.h

Library: wmenc.exe

See Also