Microsoft DirectX 9.0 |
The IAMNetShowConfig interface contains methods for configuring the Windows Media Source filter.
In addition to the methods inherited from IDispatch, the IAMNetShowConfig interface exposes the following methods.
Method | Description |
get_BufferingTime | Retrieves the buffering time. |
get_EnableAutoProxy | Queries whether the control or filter should use the browser's proxy settings. |
get_EnableHTTP | Queries whether HTTP-type streaming is enabled. |
get_EnableMulticast | Queries whether multicast-type streaming is enabled. |
get_EnableTCP | Queries whether TCP-based streaming is enabled. |
get_EnableUDP | Queries whether UDP-based streaming is enabled. |
get_FixedUDPPort | Retrieves the fixed UDP port number. |
get_HTTPProxyHost | Retrieves the HTTP address of the proxy host. |
get_HTTPProxyPort | Retrieves the HTTP proxy port. |
get_UseFixedUDPPort | Queries whether the filter should use the fixed UDP port. |
get_UseHTTPProxy | Queries whether the filter should use the HTTP proxy server. |
put_BufferingTime | Specifies the buffering time. |
put_EnableAutoProxy | Specifies whether the control or filter should use the browser's proxy settings. |
put_EnableHTTP | Enables or disables HTTP-based streaming. |
put_EnableMulticast | Enables or disables multicast-based streaming. |
put_EnableTCP | Enables or disables TCP-based streaming. |
put_EnableUDP | Enables or disables UDP-based streaming. |
put_FixedUDPPort | Specifies the fixed UDP port number. |
put_HTTPProxyHost | Specifies the address of the HTTP proxy server. |
put_HTTPProxyPort | Specifies the port for the HTTP proxy server. |
put_UseFixedUDPPort | Specifies whether to use a fixed UDP port number. |
put_UseHTTPProxy | Specifies whether to use an HTTP proxy server. |