IBDA_DigitalDemodulator::get_SymbolRate
Microsoft DirectShow 9.0 |
IBDA_DigitalDemodulator::get_SymbolRate
The get_SymbolRate method retrieves the symbol rate for the signal.
Syntax
HRESULT get_SymbolRate( ULONG* pSymbolRate );
Parameters
pSymbolRate
[out] Pointer that receives 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