MediaCodecInfo.CodecCapabilities.COLORFormatYUV444Flexible フィールド

定義

注意事項

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

8ビットの彩度とルマ成分を備えた柔軟な24ビット/ピクセルYUVカラーフォーマット。

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

フィールド値

Value = 2135181448
属性

注釈

8ビットの彩度とルマ成分を備えた柔軟な24ビット/ピクセルYUVカラーフォーマット。

彩度平面はサブサンプリングされません。 この形式は と共に Image使用します。 この形式は に android.graphics.ImageFormat#YUV_444_888対応し、形式を #COLOR_FormatYUV444Interleaved 表すことができます。

の Java ドキュメント android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV444Flexible

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

適用対象