MediaMetadataEditor.RatingKeyByUser 字段

定义

注意

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

内容的用户分级的元数据键。

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

字段值

Value = 268435457
属性

注解

内容的用户分级的元数据键。 与此键关联的值是一个 Rating 实例。 此密钥可以标记为“可编辑”(with #addEditableKey(int)) 以允许通过 android.media.RemoteControlClient.OnMetadataUpdateListener 界面接收用户分级值。

适用于 . 的 android.media.MediaMetadataEditor.RATING_KEY_BY_USERJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于