Language

MediaMetadataEditKey Enum

Definition

Enumerates values returned by several types and taken as a parameter of several types.

public enum MediaMetadataEditKey
type MediaMetadataEditKey = 
Inheritance
MediaMetadataEditKey

Fields

Name Value Description
BitmapKeyArtwork 100

The metadata key for the content artwork / album art.

Android reference for android.media.MediaMetadataEditor.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.

RatingKeyByOthers 101

The metadata key for the content's average rating, not the user's rating. The value associated with this key is a Rating instance.

Android reference for android.media.MediaMetadataEditor.RATING_KEY_BY_OTHERS.

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.

RatingKeyByUser 268435457

The metadata key for the content's user rating. The value associated with this key is a Rating instance. This key can be flagged as "editable" (with addEditableKey(int) ) to enable receiving user rating values through the RemoteControlClient.OnMetadataUpdateListener interface.

Android reference for android.media.MediaMetadataEditor.RATING_KEY_BY_USER.

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.

Remarks

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