android.media
Class RemoteControlClient.MetadataEditor
java.lang.Object
android.media.RemoteControlClient.MetadataEditor
- Enclosing class:
- RemoteControlClient
public class RemoteControlClient.MetadataEditor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BITMAP_KEY_ARTWORK
public static final int BITMAP_KEY_ARTWORK
- See Also:
- Constant Field Values
putString
public RemoteControlClient.MetadataEditor putString(int key,
String value)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
putLong
public RemoteControlClient.MetadataEditor putLong(int key,
long value)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
putBitmap
public RemoteControlClient.MetadataEditor putBitmap(int key,
Bitmap bitmap)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
clear
public void clear()
apply
public void apply()
Copyright © 2008-2012. All Rights Reserved.