WMENC_BROADCAST_PROTOCOL

Windows Media Encoder SDK banner art

The WMENC_BROADCAST_PROTOCOL enumeration type defines the protocol used to broadcast encoded media content.

Syntax

typedef enum WMENC_BROADCAST_PROTOCOL{
    WMENC_PROTOCOL_HTTP = 1,
    WMENC_PROTOCOL_PUSH_DISTRIBUTION = 2
};

Remarks

WMENC_PROTOCOL_HTTP specifies that the broadcast is using HTTP to pull content from an encoding application. WMENC_PROTOCOL_PUSH_DISTRIBUTION specifies that the broadcast is using push distribution to a Windows Media server.

Requirements

Header: wmencode.h

Library: wmenc.exe

See Also