MediaCodecInfo.CodecProfileLevel.AVCProfileMain フィールド

定義

注意事項

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

AVC メイン プロファイル。

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

フィールド値

Value = 2
属性

注釈

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

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

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

適用対象