IBDA_DigitalDemodulator::get_ModulationType
Microsoft DirectShow 9.0 |
IBDA_DigitalDemodulator::get_ModulationType
The get_ModulationType method retrieves the modulation type for the signal.
Syntax
HRESULT get_ModulationType( ModulationType* pModulationType );
Parameters
pModulationType
[out] Pointer that receives a ModulationType variable indicating the modulation type.
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