Interface TranscoderListener


public interface TranscoderListener
Transcoder listener.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the transcoding process is finished.
    Returns the writer for the Java2D contents.
  • Method Details

    • getWriter

      Writer getWriter()
      Returns the writer for the Java2D contents.
      Returns:
      Writer for the Java2D contents.
    • finished

      void finished()
      Called when the transcoding process is finished.