Partager via


MediaStore.Video.VideoColumns.InstanceId Field

Definition

Caution

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

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

Field Value

Attributes

Remarks

The "instance 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.

This "instance ID" changes with each save operation of a specific "document ID".

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