Partager via


MediaStore.Audio.PlaylistsColumns.Xmp Field

Definition

Caution

Use 'Android.Provider.MediaStore.IMediaColumns.Xmp'. This class will be removed in a future release.

Indexed XMP metadata extracted from this media item.

[Android.Runtime.Register("XMP", ApiSince=30)]
[System.Obsolete("Use 'Android.Provider.MediaStore.IMediaColumns.Xmp'. This class will be removed in a future release.")]
public const string Xmp;
[<Android.Runtime.Register("XMP", ApiSince=30)>]
[<System.Obsolete("Use 'Android.Provider.MediaStore.IMediaColumns.Xmp'. This class will be removed in a future release.")>]
val mutable Xmp : string

Field Value

Attributes

Remarks

Indexed XMP metadata extracted from this media item.

The structure of this metadata is defined by the XMP Media Management standard, published as ISO 16684-1:2012.

This metadata is typically extracted from a ExifInterface#TAG_XMP contained inside an image file or from a XMP_ box contained inside an ISO/IEC base media file format (MPEG-4 Part 12).

Note that any location details are redacted from this metadata for privacy reasons.

Java documentation for android.provider.MediaStore.MediaColumns.XMP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to