IAMNetShowConfig (Compact 2013)
3/26/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 |
---|---|
Retrieves the buffering time. |
|
Queries whether the control or filter should use the browser's proxy settings. |
|
Queries whether HTTP-type streaming is enabled. |
|
Queries whether multicast-type streaming is enabled. |
|
Queries whether TCP-based streaming is enabled. |
|
Queries whether UDP-based streaming is enabled. |
|
Retrieves the fixed UDP port number. |
|
Retrieves the HTTP address of the proxy host. |
|
Retrieves the HTTP proxy port. |
|
Queries whether the filter should use the fixed UDP port. |
|
Queries whether the filter should use the HTTP proxy server. |
|
Specifies the buffering time. |
|
Specifies whether the control or filter should use the browser's proxy settings. |
|
Enables or disables HTTP-based streaming. |
|
Enables or disables multicast-based streaming. |
|
Enables or disables TCP-based streaming. |
|
Enables or disables UDP-based streaming. |
|
Specifies the fixed UDP port number. |
|
Specifies the address of the HTTP proxy server. |
|
Specifies the port for the HTTP proxy server. |
|
Specifies whether to use a fixed UDP port number. |
|
Specifies whether to use an HTTP proxy server. |
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |