次の方法で共有


IBDA_DigitalDemodulator2::put_Pilot method (bdaiface.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

Sets the current pilot mode for Digital Video Broadcasting-S2 (DVB-S2).

Syntax

HRESULT put_Pilot(
  [in] Pilot *pPilot
);

Parameters

[in] pPilot

Pointer to a variable that contains the pilot mode, specified as a member of the Pilot enumeration.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Target Platform Windows
Header bdaiface.h

See also

IBDA_DigitalDemodulator2