AudioOutputBalance Property |
LightningChart .NET Help
Gets or sets audio playback balance. Valid values are between -100 to 100.
-100 means that audio is played only through the left speaker. 0 means that
both speakers output audio. 100 means that audio is played only through
the right speaker.
Namespace:
Arction.WinForms.SignalProcessing
Assembly:
Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(0)]
public int Balance { get; set; }<DefaultValueAttribute(0)>
Public Property Balance As Integer
Get
Set
public:
[DefaultValueAttribute(0)]
property int Balance {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also