MediaCodecInfo.CodecCapabilities.COLORFormatYUV422Flexible フィールド

定義

注意事項

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

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

[Android.Runtime.Register("COLOR_FormatYUV422Flexible", 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 COLORFormatYUV422Flexible = 2135042184;
[<Android.Runtime.Register("COLOR_FormatYUV422Flexible", 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 COLORFormatYUV422Flexible : Android.Media.MediaCodecCapabilities

フィールド値

Value = 2135042184
属性

注釈

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

彩度平面は水平方向に 2 でサブサンプリングされます。 この形式は と共に Image使用します。 この形式は にandroid.graphics.ImageFormat#YUV_422_888対応し、および の各形式を#COLOR_FormatYUV422PackedSemiPlanar#COLOR_FormatCrYCbY#COLOR_FormatYUV422Planar#COLOR_FormatYUV422SemiPlanar#COLOR_FormatYCbYCr#COLOR_FormatYCrYCb#COLOR_FormatCbYCrY#COLOR_FormatYUV422PackedPlanarすことができます。

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

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

適用対象