Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public class

RemoteController.MetadataEditor

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

Class Overview

A class to read the metadata published by a RemoteControlClient , or send a RemoteControlClient new values for keys that can be edited.

Summary

[Expand]
Inherited Constants
From class android.media.MediaMetadataEditor
Public Methods
synchronized void apply ()
Applies all of the metadata changes that have been set since the MediaMetadataEditor instance was created with editMetadata() or since clear() was called.
[Expand]
Inherited Methods
From class android.media.MediaMetadataEditor
From class java.lang.Object

Public Methods

public synchronized void apply ()

Applies all of the metadata changes that have been set since the MediaMetadataEditor instance was created with editMetadata() or since clear() was called.