WMENC_SOURCE_TYPE

Windows Media Encoder SDK banner art

The WMENC_SOURCE_TYPE enumeration type defines whether the input source stream is audio, video, or script, or includes HTML data.

Syntax

typedef enum WMENC_SOURCE_TYPE{
    WMENC_AUDIO = 1,
    WMENC_VIDEO = 2,
    WMENC_SCRIPT = 4,
    WMENC_FILETRANSFER = 8
};

Requirements

Header: wmencode.h

Library: wmenc.exe

See Also