Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MFNETSOURCE_TRANSPORT_TYPE enumeration

Describes the type of transport used in streaming or downloading data (TCP or UDP).

Syntax


typedef enum _MFNETSOURCE_TRANSPORT_TYPE { 
  MFNETSOURCE_UDP,
  MFNETSOURCE_TCP
} MFNETSOURCE_TRANSPORT_TYPE;

Constants

MFNETSOURCE_UDP

The data transport type is UDP.

MFNETSOURCE_TCP

The data transport type is TCP.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Mfidl.h

See also

Media Foundation Enumerations
Supported Protocols

 

 

Show:
© 2017 Microsoft