Click or drag to resize

AudioInputBitsPerSample Property

LightningChart .NET Help
Gets or sets how many bits are allocated per sample. Supported values are 8 and 16. If other value is used, 16 is used instead. Is settable when IsInputEnabled is false.

Namespace:  Arction.WinForms.SignalProcessing
Assembly:  Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(16)]
public int BitsPerSample { get; set; }

Property Value

Type: Int32
See Also