MediaCodecInfo.CodecCapabilities.COLORFormatYUV420Flexible フィールド

定義

注意事項

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

8ビットの彩度とルマ成分を持つ柔軟な12ビット/ピクセル、サブサンプリングされたYUVカラーフォーマット。

[Android.Runtime.Register("COLOR_FormatYUV420Flexible")]
[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 COLORFormatYUV420Flexible = 2135033992;
[<Android.Runtime.Register("COLOR_FormatYUV420Flexible")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecCapabilities enum directly instead of this field.", true)>]
val mutable COLORFormatYUV420Flexible : Android.Media.MediaCodecCapabilities

フィールド値

Value = 2135033992
属性

注釈

8ビットの彩度とルマ成分を持つ柔軟な12ビット/ピクセル、サブサンプリングされたYUVカラーフォーマット。

彩度面は、水平方向と垂直方向の両方で 2 によってサブサンプリングされます。 この形式は と共に Image使用します。 この形式は にandroid.graphics.ImageFormat#YUV_420_888対応し、および の形式を#COLOR_FormatYUV420PackedSemiPlanar#COLOR_FormatYUV420Planar#COLOR_FormatYUV420PackedPlanar#COLOR_FormatYUV411Planar#COLOR_FormatYUV411PackedPlanar#COLOR_FormatYUV420SemiPlanarすことができます。

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

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

適用対象