MediaCodecInfo.CodecProfileLevel.AVCProfileHigh フィールド

定義

注意事項

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

AVC 高プロファイル。

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

フィールド値

Value = 8
属性

注釈

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

の Java ドキュメント android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileHigh

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

適用対象