Gets or sets the audio input mono setting.
public bool Mono {get; set;}
public:
property bool Mono {
bool get();
void set ( bool value);
}
'Declaration
Public Property Mono As Boolean
'Usage
Dim instance As AudioInput
Dim value As Boolean
instance.Mono = value
value = instance.Mono
Property Value
true if all channels for this input are combined into a mono signal; false if the input has multi-channel audio.