| Microsoft DirectX 8.1 (C++) |
The put_Mono method combines all channels into a mono signal.
Syntax
HRESULT put_Mono(
BOOL fMono
);
Parameters
fMono
[in] Specifies mono or multichannel. Use one of the following values.
| Value | Description |
| TRUE | Mono |
| FALSE | Multichannel |
Return Values
This method returns a value in the following table or an HRESULT error code.
| Return code | Description |
| E_FAIL | Error setting mono control. |
| S_OK | Success. |
Remarks
When set to mono mode, making a stereo recording of this input will have both channels contain the same data. The result will be a mixture of the left and right signals.
See Also