Methods Summary |
---|
public int | getFramesDropped()Returns the number of output frames that were dropped during encoding
since the last call to this method.
|
public void | setFramesBehind(float numFrames)Sets the number of output frames the codec is lagging behind.
This is a hint to do minimal processing for the next
numFrames frames in order to catch up.
|
public boolean | setMinimalProcessing(boolean newMinimalProcessing)Sets the minimal processing mode. Minimal processing is doing only
the needed calculations in order to keep the codec state, without
outputting anything.
Returns false if miminal processing is not set.
|