MFNETSOURCE_TRANSPORT_TYPE enumeration (mfidl.h)

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

Syntax

typedef enum _MFNETSOURCE_TRANSPORT_TYPE {
  MFNETSOURCE_UDP = 0,
  MFNETSOURCE_TCP
} MFNETSOURCE_TRANSPORT_TYPE;

Constants

 
MFNETSOURCE_UDP
Value: 0
The data transport type is UDP.
MFNETSOURCE_TCP
The data transport type is TCP.

Requirements

Requirement Value
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