Share via


IAMNetShowConfig::put_EnableUDP

 
Microsoft DirectShow 9.0

IAMNetShowConfig::put_EnableUDP

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.

Requirements

Header: Include Qnetwork.h.

Library: None.

See Also