RemoteControlClient.MetadataEditor.BitmapKeyArtwork Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.BitmapKey enum directly instead of this field.

The metadata key for the content artwork / album art.

[Android.Runtime.Register("BITMAP_KEY_ARTWORK")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.BitmapKey enum directly instead of this field.", true)]
public const Android.Media.BitmapKey BitmapKeyArtwork = 100;
[<Android.Runtime.Register("BITMAP_KEY_ARTWORK")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.BitmapKey enum directly instead of this field.", true)>]
val mutable BitmapKeyArtwork : Android.Media.BitmapKey

Field Value

Value = 100
Attributes

Remarks

The metadata key for the content artwork / album art.

Java documentation for android.media.RemoteControlClient.MetadataEditor.BITMAP_KEY_ARTWORK.

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