BASS.NET API for the Un4seen BASS Audio Library

WaveWriterSampleRate Property

BASS.NET API for the Un4seen BASS Audio Library
Gets the sample rate of the Wave file being created.

e.g. 44100 for 44.1kHz. Typically one of the following: 11025, 22050, 44100, 48000, 96000.

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public int SampleRate { get; }

Property Value

Type: Int32
See Also

Reference