MediaStore.Audio.AudioColumns.OriginalDocumentId 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.
Caution
Use 'Android.Provider.MediaStore.IMediaColumns.OriginalDocumentId'. This class will be removed in a future release.
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)]
[System.Obsolete("Use 'Android.Provider.MediaStore.IMediaColumns.OriginalDocumentId'. This class will be removed in a future release.")]
public const string OriginalDocumentId;
[<Android.Runtime.Register("ORIGINAL_DOCUMENT_ID", ApiSince=29)>]
[<System.Obsolete("Use 'Android.Provider.MediaStore.IMediaColumns.OriginalDocumentId'. This class will be removed in a future release.")>]
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.