|
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.impl.neomedia.control.FrameRateControlAdapter
public class FrameRateControlAdapter
Provides a default implementation of FrameRateControl.
| Constructor Summary | |
|---|---|
FrameRateControlAdapter()
|
|
| Method Summary | |
|---|---|
Component |
getControlComponent()
Gets the UI Component associated with this Control object. |
float |
getFrameRate()
Gets the current output frame rate. |
float |
getMaxSupportedFrameRate()
Gets the maximum supported output frame rate. |
float |
getPreferredFrameRate()
Gets the default/preferred output frame rate. |
float |
setFrameRate(float frameRate)
Sets the output frame rate. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FrameRateControlAdapter()
| Method Detail |
|---|
public Component getControlComponent()
getControlComponent in interface javax.media.ControlControl.getControlComponent()public float getFrameRate()
getFrameRate in interface javax.media.control.FrameRateControlFrameRateControl.getFrameRate()public float getMaxSupportedFrameRate()
getMaxSupportedFrameRate in interface javax.media.control.FrameRateControlFrameRateControl.getMaxSupportedFrameRate()public float getPreferredFrameRate()
getPreferredFrameRate in interface javax.media.control.FrameRateControlFrameRateControl.getPreferredFrameRate()public float setFrameRate(float frameRate)
setFrameRate in interface javax.media.control.FrameRateControlframeRate - the output frame rate to change the current one to
FrameRateControl.setFrameRate(float)
|
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 | |||||||||