|
WaveFileSampleRate Property
|
Gets or sets the sample rate (i.e., the number of samples per second) defined in the
WaveFile.
Namespace: GSF.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.230-beta
Syntaxpublic int SampleRate { get; set; }
Public Property SampleRate As Integer
Get
Set
public:
property int SampleRate {
int get ();
void set (int value);
}
member SampleRate : int with get, set
function get_SampleRate();
function set_SampleRate(value);
View SourceProperty 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