MediaFormat.ColorTransferHlg フィールド

定義

注意事項

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

ARIB STD-B67 hybrid-log-gamma 転送関数。

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

フィールド値

Value = 7
属性

注釈

ARIB STD-B67 hybrid-log-gamma 転送関数。 これは、一部の HDR ビデオ コンテンツで使用されます。

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

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

適用対象