|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.tuneology.avm.FormatPrefs
Represents the user's preferences for the format and quality of a media file.
Field Summary | |
static int |
AAC_FORMAT
value for format |
static int |
AIFF_FORMAT
value for format |
static int |
AU_FORMAT
value for format |
static int |
CUSTOM_QUALITY
value for quality |
static int |
DEFAULT_BITRATE
value for bitRate |
static int |
DEFAULT_QUALITY
value for quality |
static int |
FLAC_FORMAT
value for format |
static int |
HIGH_QUALITY
value for quality |
static int |
LOW_QUALITY
value for quality |
static int |
MED_QUALITY
value for quality |
static int |
MONO_MODE
value for mode |
static int |
MP3_FORMAT
value for format |
static int |
OGG_FORMAT
value for format |
static int |
STEREO_MODE
value for mode |
static int |
WAV_FORMAT
value for format |
static int |
WMA_FORMAT
value for format |
Constructor Summary | |
FormatPrefs()
|
Method Summary | |
int |
getBitRate()
|
int |
getFormat()
|
int |
getMode()
|
int |
getQuality()
|
void |
setBitRate(int b)
|
void |
setFormat(int f)
|
void |
setMode(int m)
|
void |
setQuality(int q)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int LOW_QUALITY
public static final int MED_QUALITY
public static final int HIGH_QUALITY
public static final int DEFAULT_QUALITY
public static final int CUSTOM_QUALITY
public static final int WAV_FORMAT
public static final int MP3_FORMAT
public static final int OGG_FORMAT
public static final int WMA_FORMAT
public static final int AIFF_FORMAT
public static final int AU_FORMAT
public static final int AAC_FORMAT
public static final int FLAC_FORMAT
public static final int STEREO_MODE
public static final int MONO_MODE
public static final int DEFAULT_BITRATE
Constructor Detail |
public FormatPrefs()
Method Detail |
public int getQuality()
public int getFormat()
public int getBitRate()
public int getMode()
public void setQuality(int q)
public void setFormat(int f)
public void setBitRate(int b)
public void setMode(int m)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |