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