Microsoft DirectX 9.0 |
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.
See Also