Class AdjustTimeCodec
java.lang.Object
org.monte.media.av.AbstractCodec
org.monte.media.av.codec.time.AdjustTimeCodec
-
Field Summary
Fields inherited from class org.monte.media.av.AbstractCodec
inputFormat, inputFormats, name, outputFormat, outputFormatsFields inherited from interface org.monte.media.av.Codec
CODEC_FAILED, CODEC_INPUT_NOT_CONSUMED, CODEC_OK, CODEC_OUTPUT_NOT_FILLED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintPerforms the media processing defined by this codec.Sets the input format.voidsetMediaTime(Rational mediaTime) Methods inherited from class org.monte.media.av.AbstractCodec
getInputFormat, getInputFormats, getName, getOutputFormat, getOutputFormats, reset, setOutputFormat, toString
-
Constructor Details
-
AdjustTimeCodec
public AdjustTimeCodec()
-
-
Method Details
-
getMediaTime
-
setMediaTime
-
setInputFormat
Description copied from interface:CodecSets the input format. Returns the format that was actually set. This is the closest format that the Codec supports. Returns null if the specified format is not supported and no reasonable match could be found.- Specified by:
setInputFormatin interfaceCodec- Overrides:
setInputFormatin classAbstractCodec
-
process
-