IAMAudioInputMixer::get_Mono
Microsoft DirectShow 9.0 |
IAMAudioInputMixer::get_Mono
The get_Mono method queries whether all channels are combined into a mono signal.
Syntax
HRESULT get_Mono( BOOL *pfMono );
Parameters
pfMono
[out] 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.
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also