MediaCodecInfo.CodecProfileLevel.AVCProfileBaseline フィールド

定義

注意事項

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

AVC ベースライン プロファイル。

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

フィールド値

Value = 1
属性

注釈

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

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

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

適用対象