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