BASS.NET API for the Un4seen BASS Audio Library

WAVEFORMATEXnSamplesPerSec Field

BASS.NET API for the Un4seen BASS Audio Library
Sample rate, in samples per second (hertz), that each channel should be played or recorded. If wFormatTag is WAVE_FORMAT_PCM, then common values for nSamplesPerSec are 8.0 kHz, 11.025 kHz, 22.05 kHz, and 44.1 kHz. For non-PCM formats, this member must be computed according to the manufacturer's specification of the format tag.

Default = 44100

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

public int nSamplesPerSec

Field Value

Type: Int32
See Also

Reference