public class AdjustTimeCodec extends AbstractCodec
inputFormat, inputFormats, name, outputFormat, outputFormats
CODEC_FAILED, CODEC_INPUT_NOT_CONSUMED, CODEC_OK, CODEC_OUTPUT_NOT_FILLED
Constructor and Description |
---|
AdjustTimeCodec() |
Modifier and Type | Method and Description |
---|---|
Rational |
getMediaTime() |
int |
process(Buffer in,
Buffer out)
Performs the media processing defined by this codec.
|
Format |
setInputFormat(Format f)
Sets the input format.
|
void |
setMediaTime(Rational mediaTime) |
getInputFormat, getInputFormats, getName, getOutputFormat, getOutputFormats, reset, setOutputFormat, toString
public Rational getMediaTime()
public void setMediaTime(Rational mediaTime)
public Format setInputFormat(Format f)
Codec
setInputFormat
in interface Codec
setInputFormat
in class AbstractCodec