MediaFormat.PictureTypeP フィールド

定義

注意事項

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

図の種類は P フレームです。

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

フィールド値

Value = 2
属性

注釈

android.media.MediaFormat.PICTURE_TYPE_PJava ドキュメント。

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

適用対象