共用方式為


MediaFormat.KeyFlacCompressionLevel 欄位

定義

索引鍵,描述要使用的 FLAC 壓縮層級(僅限 FLAC 音訊格式)。

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

欄位值

屬性

備註

索引鍵,描述要使用的 FLAC 壓縮層級(僅限 FLAC 音訊格式)。 相關聯的值是介於 0(最快、最小壓縮)到 8 的整數(最慢、最壓縮)。

android.media.MediaFormat.KEY_FLAC_COMPRESSION_LEVELJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於