Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_UDPValue: 0 The data transport type is UDP. |
MFNETSOURCE_TCPThe 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 |