ltmmAudioInput.Mono Property
object.Mono As Boolean |
Remarks
Represents a value that indicates whether the audio input is mono or multi-channel. Possible values are:
Setting |
Description |
TRUE |
All channels are combined into a mono signal. |
FALSE |
Multi-channel. |
For more information, refer to the Microsoft documentation for IAMAudioInputMixer::get_Mono at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directshow/htm/iamaudioinputmixerget_mono.asp.
See Also