Searched defs:MediaMetadataEditor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaMetadataEditor.java31 public abstract class MediaMetadataEditor { class
33 private final static String TAG = "MediaMetadataEditor";
37 protected MediaMetadataEditor() { method in class:MediaMetadataEditor
73 * Applies all of the metadata changes that have been set since the MediaMetadataEditor instance
112 * Clears all the pending metadata changes set since the MediaMetadataEditor instance was
119 Log.e(TAG, "Can't clear a previously applied MediaMetadataEditor");
180 * will be available to consumers of metadata stored by the MediaMetadataEditor.
194 * @return Returns a reference to the same MediaMetadataEditor object, so you can chain put
197 public synchronized MediaMetadataEditor putString(int key, String value)
200 Log.e(TAG, "Can't edit a previously applied MediaMetadataEditor");
[all...]

Completed in 5 milliseconds