|
| HRESULT | GetEnableContentCaching ([out] BOOL *enable) |
| |
| HRESULT | SetEnableContentCaching ([in] BOOL enable) |
| |
| HRESULT | GetEnableFastCache ([out] BOOL *enable) |
| |
| HRESULT | SetEnableFastCache ([in] BOOL enable) |
| |
| HRESULT | GetAcceleratedStreamingDuration ([out] QWORD *duration) |
| |
| HRESULT | SetAcceleratedStreamingDuration ([in] QWORD duration) |
| |
| HRESULT | GetAutoReconnectLimit ([out] DWORD *limit) |
| |
| HRESULT | SetAutoReconnectLimit ([in] DWORD limit) |
| |
| HRESULT | GetEnableResends ([out] BOOL *enable) |
| |
| HRESULT | SetEnableResends ([in] BOOL enable) |
| |
| HRESULT | GetEnableThinning ([out] BOOL *enable) |
| |
| HRESULT | SetEnableThinning ([in] BOOL enable) |
| |
| HRESULT | GetMaxNetPacketSize ([out] DWORD *packet_size) |
| |
| HRESULT | GetBufferingTime ([out] QWORD *buffering_time) |
| |
| HRESULT | SetBufferingTime ([in] QWORD buffering_time) |
| |
| HRESULT | GetUDPPortRanges ([out, size_is(*ranges)] WM_PORT_NUMBER_RANGE *array, [in, out] DWORD *ranges) |
| |
| HRESULT | SetUDPPortRanges ([in, size_is(ranges)] WM_PORT_NUMBER_RANGE *array, [in] DWORD ranges) |
| |
| HRESULT | GetProxySettings ([in] const WCHAR *protocol, [out] WMT_PROXY_SETTINGS *proxy) |
| |
| HRESULT | SetProxySettings ([in] LPCWSTR protocol, [in] WMT_PROXY_SETTINGS proxy) |
| |
| HRESULT | GetProxyHostName ([in] const WCHAR *protocol, [out, size_is(*size)] WCHAR *hostname, [in, out] DWORD *size) |
| |
| HRESULT | SetProxyHostName ([in] const WCHAR *protocol, [in] const WCHAR *hostname) |
| |
| HRESULT | GetProxyPort ([in] const WCHAR *protocol, [out] DWORD *port) |
| |
| HRESULT | SetProxyPort ([in] const WCHAR *protocol, [in] DWORD port) |
| |
| HRESULT | GetProxyExceptionList ([in] const WCHAR *protocol, [out, size_is(*count)] WCHAR *exceptions, [in, out] DWORD *count) |
| |
| HRESULT | SetProxyExceptionList ([in] const WCHAR *protocol, [in] const WCHAR *exceptions) |
| |
| HRESULT | GetProxyBypassForLocal ([in] const WCHAR *protocol, [out] BOOL *bypass) |
| |
| HRESULT | SetProxyBypassForLocal ([in] const WCHAR *protocol, [in] BOOL bypass) |
| |
| HRESULT | GetForceRerunAutoProxyDetection ([out] BOOL *detection) |
| |
| HRESULT | SetForceRerunAutoProxyDetection ([in] BOOL detection) |
| |
| HRESULT | GetEnableMulticast ([out] BOOL *multicast) |
| |
| HRESULT | SetEnableMulticast ([in] BOOL multicast) |
| |
| HRESULT | GetEnableHTTP ([out] BOOL *enable) |
| |
| HRESULT | SetEnableHTTP ([in] BOOL enable) |
| |
| HRESULT | GetEnableUDP ([out] BOOL *enable) |
| |
| HRESULT | SetEnableUDP ([in] BOOL enable) |
| |
| HRESULT | GetEnableTCP ([out] BOOL *enable) |
| |
| HRESULT | SetEnableTCP ([in] BOOL enable) |
| |
| HRESULT | ResetProtocolRollover () |
| |
| HRESULT | GetConnectionBandwidth ([out] DWORD *bandwidth) |
| |
| HRESULT | SetConnectionBandwidth ([in] DWORD bandwidth) |
| |
| HRESULT | GetNumProtocolsSupported ([out] DWORD *protocols) |
| |
| HRESULT | GetSupportedProtocolName ([in] DWORD protocol_num, [out, size_is(*size)] WCHAR *protocol, [in, out] DWORD *size) |
| |
| HRESULT | AddLoggingUrl ([in] const WCHAR *url) |
| |
| HRESULT | GetLoggingUrl ([in] DWORD index, [out, size_is(*size)] WCHAR *url, [in, out] DWORD *size) |
| |
| HRESULT | GetLoggingUrlCount ([out] DWORD *count) |
| |
| HRESULT | ResetLoggingUrlList () |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 1569 of file wmsdkidl.idl.