MediaFormat.ColorStandardBt2020 フィールド

定義

注意事項

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_BT2020", 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 ColorStandardBt2020 = 6;
[<Android.Runtime.Register("COLOR_STANDARD_BT2020", 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 ColorStandardBt2020 : Android.Media.ColorStandard

フィールド値

Value = 6
属性

注釈

BT.2020 色の彩度座標と KR = 0.2627、KB = 0.0593。

の Java ドキュメント android.media.MediaFormat.COLOR_STANDARD_BT2020

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象