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
Syntaxpublic int BitsPerSample { get; set; }Public Property BitsPerSample As Integer
Get
Set
public:
property int BitsPerSample {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also