android.media
Class RemoteControlClient.MetadataEditor

java.lang.Object
  extended by android.media.RemoteControlClient.MetadataEditor
Enclosing class:
RemoteControlClient

public class RemoteControlClient.MetadataEditor
extends Object


Field Summary
static int BITMAP_KEY_ARTWORK
           
 
Method Summary
 void apply()
           
 void clear()
           
 RemoteControlClient.MetadataEditor putBitmap(int key, Bitmap bitmap)
           
 RemoteControlClient.MetadataEditor putLong(int key, long value)
           
 RemoteControlClient.MetadataEditor putString(int key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BITMAP_KEY_ARTWORK

public static final int BITMAP_KEY_ARTWORK
See Also:
Constant Field Values
Method Detail

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.