Most visited

Recently visited

Added in API level 19

RemoteController.MetadataEditor

public class RemoteController.MetadataEditor
extends MediaMetadataEditor

java.lang.Object
   ↳ android.media.MediaMetadataEditor
     ↳ android.media.RemoteController.MetadataEditor


一个类,用于读取由 RemoteControlClient发布的元数据,或为可编辑的键发送 RemoteControlClient新值。

Summary

Inherited constants

From class android.media.MediaMetadataEditor

Public methods

void apply()

适用所有的自MediaMetadataEditor实例与创建已设置的元数据更改 editMetadata()或自 clear()被调用。

Inherited methods

From class android.media.MediaMetadataEditor
From class java.lang.Object

Public methods

apply

Added in API level 19
void apply ()

适用所有的自MediaMetadataEditor实例与创建已设置的元数据更改 editMetadata()或自 clear()被调用。

Hooray!