Microsoft DirectX 9.0 |
The get_Mono method queries whether all channels are combined into a mono signal.
Syntax
HRESULT get_Mono(
BOOL *pfMono
);
Parameters
pfMono
[in] Pointer to a variable that receives one of the following values.
Value | Description |
TRUE | Mono |
FALSE | Multichannel |
Return Values
If the method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.
See Also