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.
Microsoft DirectShow 9.0 |
IAMNetShowConfig::put_EnableTCP
The put_EnableTCP method enables or disables TCP-based streaming.
Syntax
HRESULT put_EnableTCP( VARIANT_BOOL EnableTCP );
Parameters
EnableTCP
Specify one of the following values.
Value | Description |
VARIANT_TRUE | Enable TCP-based streaming. |
VARIANT_FALSE | Disable TCP-based streaming. |
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Requirements
Header: Include Qnetwork.h.
Library: None.
See Also