共用方式為


MediaFormat.ColorStandardBt709 欄位

定義

警告

This constant will be removed in the future version. Use Android.Media.ColorStandard enum directly instead of this field.

BT.

[Android.Runtime.Register("COLOR_STANDARD_BT709", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.ColorStandard enum directly instead of this field.", true)]
public const Android.Media.ColorStandard ColorStandardBt709 = 1;
[<Android.Runtime.Register("COLOR_STANDARD_BT709", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.ColorStandard enum directly instead of this field.", true)>]
val mutable ColorStandardBt709 : Android.Media.ColorStandard

欄位值

Value = 1
屬性

備註

BT.709 色彩色度座標與 KR = 0.2126,KB = 0.0722。

android.media.MediaFormat.COLOR_STANDARD_BT709Java 檔。

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

適用於