|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.service.neomedia.QualityPreset
public class QualityPreset
Predefined quality preset used to specify some video settings during an existing call or when starting a new call.
| Field Summary | |
|---|---|
static QualityPreset |
HD_QUALITY
720p HD |
static QualityPreset |
LO_QUALITY
Low |
static QualityPreset |
SD_QUALITY
SD |
| Constructor Summary | |
|---|---|
QualityPreset(Dimension resolution)
Initializes a new quality preset with a specific resolution and an unspecified frameRate. |
|
QualityPreset(Dimension resolution,
float frameRate)
Initializes a new quality preset with a specific resolution and a specific frameRate. |
|
| Method Summary | |
|---|---|
int |
compareTo(QualityPreset o)
Compares to presets and its dimensions. |
float |
getFameRate()
Returns this preset frame rate. |
Dimension |
getResolution()
Returns this preset resolution. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final QualityPreset HD_QUALITY
public static final QualityPreset LO_QUALITY
public static final QualityPreset SD_QUALITY
| Constructor Detail |
|---|
public QualityPreset(Dimension resolution,
float frameRate)
resolution - the resolutionframeRate - the frame ratepublic QualityPreset(Dimension resolution)
resolution - the resolution| Method Detail |
|---|
public float getFameRate()
public Dimension getResolution()
public int compareTo(QualityPreset o)
compareTo in interface Comparable<QualityPreset>o - object to compare to.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||