AudioInputSamplesPerSecond Property |
LightningChart .NET Help
Gets or sets sampling frequency. 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(44100)]
public int SamplesPerSecond { get; set; }<DefaultValueAttribute(44100)>
Public Property SamplesPerSecond As Integer
Get
Set
public:
[DefaultValueAttribute(44100)]
property int SamplesPerSecond {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also