Share via


IBDA_DigitalDemodulator::put_SymbolRate

 
Microsoft DirectShow 9.0

IBDA_DigitalDemodulator::put_SymbolRate

The put_SymbolRate method specifies the symbol rate for the signal.

Syntax

  HRESULT put_SymbolRate(
  ULONG*  pSymbolRate
);

Parameters

  pSymbolRate

[in]  Pointer to a ULONG that specifies the symbol rate.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Requirements

Header: Include bdaiface.h.

See Also