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. This is a dependency property.

Namespace:  Arction.Wpf.SignalProcessing
Assembly:  Arction.Wpf.SignalProcessing.SignalTools (in Arction.Wpf.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public int BitsPerSample { get; set; }

Property Value

Type: Int32
See Also