Click or drag to resize

WaveFileSampleRate Property

Gets or sets the sample rate (i.e., the number of samples per second) defined in the WaveFile.

Namespace: GSF.Media
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public int SampleRate { get; set; }
View Source

Property Value

Int32
Remarks
This property defines the number of samples per second defined in each second of data in the WaveFile. See SampleRate enumeration for more details.
See Also