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