MediaStore.Audio.Playlists.Members.InterfaceConsts.Xmp Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indexed XMP metadata extracted from this media item.
[Android.Runtime.Register("XMP", ApiSince=30)]
public const string Xmp;
[<Android.Runtime.Register("XMP", ApiSince=30)>]
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.