Microsoft DirectX 9.0

IDVBTLocator::put_Mode

The put_Mode method sets the transmission mode.

Syntax

HRESULT put_Mode(
  TransmissionMode  mode
);

Parameters

mode

[in]  Specifies the transmission mode as a member of the TransmissionMode enumeration.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

See Also