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
属性

注釈

KR = 0.2126、KB = 0.0722 の BT.709 色の彩度座標。

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

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

適用対象