Interface TranscoderListener
-
public interface TranscoderListener
Transcoder listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
finished()
Called when the transcoding process is finished.java.io.Writer
getWriter()
Returns the writer for the Java2D contents.
-