Share via


MediaStore.Audio.Playlists.Members.InterfaceConsts.OriginalDocumentId Field

Definition

The "original 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("ORIGINAL_DOCUMENT_ID", ApiSince=29)]
public const string OriginalDocumentId;
[<Android.Runtime.Register("ORIGINAL_DOCUMENT_ID", ApiSince=29)>]
val mutable OriginalDocumentId : string

Field Value

Attributes

Remarks

The "original document ID" GUID as defined by the <em>XMP Media Management</em> standard, extracted from any XMP metadata contained within this media item.

This "original document ID" links a resource to its original source. For example, when you save a PSD document as a JPEG, then convert the JPEG to GIF format, the "original document ID" of both the JPEG and GIF files is the "document ID" of the original PSD file.

Java documentation for android.provider.MediaStore.MediaColumns.ORIGINAL_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.

Applies to