MediaMetadataEditKey Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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 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 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.