Partager via


MediaStore.Audio.AudioColumns.DocumentId Field

Definition

Caution

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

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

Applies to