WMENC_ARCHIVE_TYPE

Windows Media Encoder SDK banner art

The WMENC_ARCHIVE_TYPE enumeration type defines where encoded content is saved.

Syntax

typedef enum WMENC_ARCHIVE_TYPE{
    WMENC_ARCHIVE_LOCAL = 1,
};

Remarks

Currently, the encoded content can only be saved to a local destination defined as the computer on which the content originated and the network on which that computer is located.

Requirements

Header: wmencode.h

Library: wmenc.exe

See Also