MediaStore.Audio.Playlists.Members.InterfaceConsts.DocumentId 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.
The "document ID" GUID as defined by the <em>XMP Media Management</em> standard, extracted from any XMP metadata contained within this media item.
[Android.Runtime.Register("DOCUMENT_ID", ApiSince=29)]
public const string DocumentId;
[<Android.Runtime.Register("DOCUMENT_ID", ApiSince=29)>]
val mutable DocumentId : string
Field Value
- Attributes
Remarks
The "document ID" GUID as defined by the <em>XMP Media Management</em> standard, extracted from any XMP metadata contained within this media item. The value is null
when no metadata was found.
Each "document ID" is created once for each new resource. Different renditions of that resource are expected to have different IDs.
Java documentation for android.provider.MediaStore.MediaColumns.DOCUMENT_ID
.
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.