MediaFormat.KeyFlacCompressionLevel Field

Definition

A key describing the FLAC compression level to be used (FLAC audio format only).

[Android.Runtime.Register("KEY_FLAC_COMPRESSION_LEVEL")]
public const string KeyFlacCompressionLevel;
[<Android.Runtime.Register("KEY_FLAC_COMPRESSION_LEVEL")>]
val mutable KeyFlacCompressionLevel : string

Field Value

Attributes

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).

Java documentation for android.media.MediaFormat.KEY_FLAC_COMPRESSION_LEVEL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to