public class FrameProcessingControlImpl extends Object implements javax.media.control.FrameProcessingControl
| Constructor and Description |
|---|
FrameProcessingControlImpl() |
| Modifier and Type | Method and Description |
|---|---|
Component |
getControlComponent()
Gets the UI Component associated with this Control
object.
|
int |
getFramesDropped()
Gets the number of output frames that were dropped during processing
since the last call to this method.
|
boolean |
isMinimalProcessing()
Determines whether the owner of this FrameProcessingControl is
to perform only the minimum operations necessary to keep it working
normally but without producing output.
|
void |
setFramesBehind(float framesBehind)
Sets the number of frames the owner of this
FrameProcessingControl is lagging behind.
|
boolean |
setMinimalProcessing(boolean minimalProcessing)
Sets the indicator which determines whether the owner of this
FrameProcessingControl is to perform only the minimal operations
necessary to keep it working normally but without producing output.
|
public Component getControlComponent()
getControlComponent in interface javax.media.Controlpublic int getFramesDropped()
getFramesDropped in interface javax.media.control.FrameProcessingControlpublic boolean isMinimalProcessing()
public void setFramesBehind(float framesBehind)
setFramesBehind in interface javax.media.control.FrameProcessingControlframesBehind - the number of frames the owner of this
FrameProcessingControl is lagging behindpublic boolean setMinimalProcessing(boolean minimalProcessing)
setMinimalProcessing in interface javax.media.control.FrameProcessingControlminimalProcessing - true if minimal processing mode is to
be turned on or false if minimal processing mode is to be turned
offCopyright © 2021 jitsi.org. All rights reserved.