IAMNetShowConfig (Compact 7)

3/12/2014

This interface is used to configure the Windows Media Source Filter. It can be used to set or retrieve network protocol and proxy settings.

When to Use

This interface is implemented by the Windows Media Source Filter. You can use it to retrieve and set configuration properties of the filter.

Methods

In addition to the methods inherited from IDispatch, this interface exposes the following methods.

Method Description

IAMNetShowConfig::get_BufferingTime

Retrieves the buffering time.

IAMNetShowConfig::get_EnableAutoProxy

Queries whether the control or filter should use the browser's proxy settings.

IAMNetShowConfig::get_EnableHTTP

Queries whether HTTP-type streaming is enabled.

IAMNetShowConfig::get_EnableMulticast

Queries whether multicast-type streaming is enabled.

IAMNetShowConfig::get_EnableTCP

Queries whether TCP-based streaming is enabled.

IAMNetShowConfig::get_EnableUDP

Queries whether UDP-based streaming is enabled.

IAMNetShowConfig::get_FixedUDPPort

Retrieves the fixed UDP port number.

IAMNetShowConfig::get_HTTPProxyHost

Retrieves the HTTP address of the proxy host.

IAMNetShowConfig::get_HTTPProxyPort

Retrieves the HTTP proxy port.

IAMNetShowConfig::get_UseFixedUDPPort

Queries whether the filter should use the fixed UDP port.

IAMNetShowConfig::get_UseHTTPProxy

Queries whether the filter should use the HTTP proxy server.

IAMNetShowConfig::put_BufferingTime

Specifies the buffering time.

IAMNetShowConfig::put_EnableAutoProxy

Specifies whether the control or filter should use the browser's proxy settings.

IAMNetShowConfig::put_EnableHTTP

Enables or disables HTTP-based streaming.

IAMNetShowConfig::put_EnableMulticast

Enables or disables multicast-based streaming.

IAMNetShowConfig::put_EnableTCP

Enables or disables TCP-based streaming.

IAMNetShowConfig::put_EnableUDP

Enables or disables UDP-based streaming.

IAMNetShowConfig::put_FixedUDPPort

Specifies the fixed UDP port number.

IAMNetShowConfig::put_HTTPProxyHost

Specifies the address of the HTTP proxy server.

IAMNetShowConfig::put_HTTPProxyPort

Specifies the port for the HTTP proxy server.

IAMNetShowConfig::put_UseFixedUDPPort

Specifies whether to use a fixed UDP port number.

IAMNetShowConfig::put_UseHTTPProxy

Specifies whether to use an HTTP proxy server.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

DirectShow Interfaces
Windows Media Source Filter