EncoderProfiles.VideoProfile.Yuv422 フィールド

定義

注意事項

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

YUV 4:2:2。

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

フィールド値

Value = 1
属性

注釈

YUV 4:2:2。

you と V の平面が水平方向に 2 つずつサブサンプリングされる彩度サブサンプリング。

の Java ドキュメント android.media.EncoderProfiles.VideoProfile.YUV_422

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

適用対象