Android.Media.MediaFormat.KeyFlacCompressionLevel Field
A key describing the FLAC compression level to be used (FLAC audio format only).
Syntax
[Android.Runtime.Register("KEY_FLAC_COMPRESSION_LEVEL")] public const stringKeyFlacCompressionLevel
Remarks
A key describing the FLAC compression level to be used (FLAC audio format only).
The associated value is an integer ranging from 0 (fastest, least compression)
to 8 (slowest, most compression).