MediaCodecInfo.CodecProfileLevel.AVCProfileHigh422 フィールド

定義

注意事項

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

AVC High 4:2:2 プロファイル。

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

フィールド値

Value = 32
属性

注釈

AVC High 4:2:2 プロファイル。 H.264 レコメンデーションの「Annex A」の定義を参照してください。

android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileHigh422Java ドキュメント。

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

適用対象