BASS.NET API for the Un4seen BASS Audio Library

EncoderOGGOGG_TargetSampleRate Field

BASS.NET API for the Un4seen BASS Audio Library
--resample: target sampling frequency of output (in Hz). Set to 0 (zero) if you don't want to do any resampling (default).

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

public int OGG_TargetSampleRate

Field Value

Type: Int32
Remarks

Specify the target sample rate in Hz, e.g. 22050 for 22.05kHz.

You might use one of the BaseEncoderSAMPLERATE constants here.

Use the OGG_Converter property to control which resampling engine should be used.

See Also

Reference