This topic has not yet been rated - Rate this topic

WMT_NET_PROTOCOL enumeration

The WMT_STREAM_SELECTION enumeration type defines the types of protocols that the network sink supports.

Syntax


typedef enum WMT_NET_PROTOCOL { 
  WMT_PROTOCOL_HTTP  = 0
} WMT_NET_PROTOCOL;

Constants

WMT_PROTOCOL_HTTP

The network sink supports hypertext transfer protocol (HTTP).

Remarks

This enumeration is used in two methods, GetNetworkProtocol and SetNetworkProtocol, from the IWMWriterNetworkSink interface.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Version

Windows Media Format 7 SDK, or later versions of the SDK

Header

Wmsdkidl.h (include Wmsdk.h)

See also

Enumeration Types
IWMWriterNetworkSink::GetNetworkProtocol
IWMWriterNetworkSink::SetNetworkProtocol

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.