public class RemoteControlClient.MetadataEditor extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BITMAP_KEY_ARTWORK |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static final int BITMAP_KEY_ARTWORK
public RemoteControlClient.MetadataEditor putString(int key, String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic RemoteControlClient.MetadataEditor putLong(int key, long value) throws IllegalArgumentException
IllegalArgumentExceptionpublic RemoteControlClient.MetadataEditor putBitmap(int key, Bitmap bitmap) throws IllegalArgumentException
IllegalArgumentExceptionpublic void clear()
public void apply()
Copyright © 2008-2013. All Rights Reserved.