|
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 | |||||||||
public interface QualityControl
The quality controls we use to control other party video presets.
| Method Summary | |
|---|---|
QualityPreset |
getRemoteReceivePreset()
The currently used quality preset announced as receive by remote party. |
QualityPreset |
getRemoteSendMaxPreset()
The maximum preset that the remote party is sending and we are receiving. |
QualityPreset |
getRemoteSendMinPreset()
The minimum preset that the remote party is sending and we are receiving. |
void |
setPreferredRemoteSendMaxPreset(QualityPreset preset)
Changes remote send preset and protocols who can handle the changes will implement this for re-inviting the other party or just sending that media has changed. |
void |
setRemoteSendMaxPreset(QualityPreset preset)
Changes remote send preset. |
| Method Detail |
|---|
QualityPreset getRemoteReceivePreset()
QualityPreset getRemoteSendMinPreset()
QualityPreset getRemoteSendMaxPreset()
void setRemoteSendMaxPreset(QualityPreset preset)
preset - the new preset value.
void setPreferredRemoteSendMaxPreset(QualityPreset preset)
throws OperationFailedException
preset - the new preset.
OperationFailedException
|
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 | |||||||||