Share via


MediaStore.Files.FileColumns.OemMetadata Field

Definition

Caution

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

Column which allows OEMs to store custom metadata for a media file.

[Android.Runtime.Register("OEM_METADATA", ApiSince=36)]
[System.Obsolete("Use 'Android.Provider.MediaStore.IMediaColumns.OemMetadata'. This class will be removed in a future release.")]
public const string OemMetadata;
[<Android.Runtime.Register("OEM_METADATA", ApiSince=36)>]
[<System.Obsolete("Use 'Android.Provider.MediaStore.IMediaColumns.OemMetadata'. This class will be removed in a future release.")>]
val mutable OemMetadata : string

Field Value

Attributes

Remarks

Column which allows OEMs to store custom metadata for a media file.

Java documentation for android.provider.MediaStore.MediaColumns.OEM_METADATA.

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