次の方法で共有


IBDA_DigitalDemodulator2::get_GuardInterval 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.]

Gets the demodulator's guard interval.

Syntax

HRESULT get_GuardInterval(
  [in, out] GuardInterval *pGuardInterval
);

Parameters

[in, out] pGuardInterval

Receives the guard interval, specified as a member of the GuardInterval 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