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