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