| Microsoft DirectX 9.0 |
The put_EnableHTTP method enables or disables HTTP-based streaming.
Syntax
HRESULT put_EnableHTTP(
VARIANT_BOOL EnableHTTP
);
Parameters
EnableHTTP
Specify one of the following values.
| Value | Description |
| VARIANT_TRUE | Enable HTTP-based streaming. |
| VARIANT_FALSE | Disable HTTP-based streaming. |
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
See Also