BASS.NET API for the Un4seen BASS Audio Library

BPMCounterSetSamperate Method

BASS.NET API for the Un4seen BASS Audio Library
Call this method to change the current samplerate of the audio signal to be processed.

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

public void SetSamperate(
	int samplerate
)

Parameters

samplerate
Type: SystemInt32
The new samplerate which should be used when processing audio sample.
See Also

Reference