BASS.NET API for the Un4seen BASS Audio Library

EncoderMPCMPCPreset Enumeration

BASS.NET API for the Un4seen BASS Audio Library
Profile options, Quality preset. To be used with MPC_Preset.

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

public enum MPCPreset
Members

  Member nameValueDescription
telephone0 lowest quality (typ. 60 kbps)
thumb1 low quality/internet (typ. 90 kbps)
radio2 medium (MP3) quality (typ. 130 kbps)
standard3 high quality (default) (typ. 180 kbps)
xtreme4 extreme high quality (typ. 210 kbps)
insane5 extreme high quality (typ. 240 kbps)
braindead6 extreme high quality (typ. 270 kbps)
See Also

Reference