BASS.NET API for the Un4seen BASS Audio Library

EncoderFLACFLAC_CompressionLevel Field

BASS.NET API for the Un4seen BASS Audio Library
-0..-8: Defines the compression level (default is 5) between 0 (fast) and 8 (best).

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

public int FLAC_CompressionLevel

Field Value

Type: Int32
Remarks

Although FLAC is a lossless format you can adjust the compression level. A higher compression level (max. is 8) means a smaller output, whereas a lower compression level (min. is 0) means faster results.
See Also

Reference