javax.media.control
Interface FrameProcessingControl

All Superinterfaces:
Control

public interface FrameProcessingControl
extends Control

Standard JMF class -- see this class in the JMF Javadoc. Complete.

Author:
Ken Larson

Method Summary
 int getFramesDropped()
           
 void setFramesBehind(float numFrames)
           
 boolean setMinimalProcessing(boolean newMinimalProcessing)
           
 
Methods inherited from interface javax.media.Control
getControlComponent
 

Method Detail

getFramesDropped

int getFramesDropped()

setFramesBehind

void setFramesBehind(float numFrames)

setMinimalProcessing

boolean setMinimalProcessing(boolean newMinimalProcessing)