Microsoft DirectX 9.0

ILocator::put_SymbolRate

The put_SymbolRate method sets the QPSK symbol rate.

Syntax

HRESULT put_SymbolRate(
    long Rate
    );

Parameters

Rate

[in] Variable of type long that specifies the QPSK symbol rate.

Return Values

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

Remarks

QPSK modulates symbols onto the RF signal. These symbols are detected by the demodulator and used to reconstruct a bit stream. QPSK allows the rate at which symbols are (de)modulated to be changed.

See Also