javax.microedition.media.control
Interface MetaDataControl

All Superinterfaces:
Control

public interface MetaDataControl
extends Control


Field Summary
static String AUTHOR_KEY
           
static String COPYRIGHT_KEY
           
static String DATE_KEY
           
static String TITLE_KEY
           
 
Method Summary
 String[] getKeys()
           
 String getKeyValue(String arg1)
           
 

Field Detail

AUTHOR_KEY

static final String AUTHOR_KEY
See Also:
Constant Field Values

COPYRIGHT_KEY

static final String COPYRIGHT_KEY
See Also:
Constant Field Values

DATE_KEY

static final String DATE_KEY
See Also:
Constant Field Values

TITLE_KEY

static final String TITLE_KEY
See Also:
Constant Field Values
Method Detail

getKeys

String[] getKeys()

getKeyValue

String getKeyValue(String arg1)


Copyright © 2006-2007 Jayway AB. All Rights Reserved.