BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_SMPLSamplePeriod Property

BASS.NET API for the Un4seen BASS Audio Library
Specifies the period of one sample in nanoseconds (normally 1/nSamplesPerSec from the WAVEFORMAT structure for the RIFF WAVE file--however, this field allows fine tuning).

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

public int SamplePeriod { get; }

Property Value

Type: Int32
Remarks

For example, 44.1 kHz would be specified as 22675 (0x00005893).
See Also

Reference