kinetic.util.MovieEncoder
Interface SequenceExportEventListener


public interface SequenceExportEventListener

Allow you to create a class that can respond to the exporter's events (start, stop, and new frame)


Method Summary
 void onExportBegin()
           
 void onExportFinish()
           
 void onExportNewFrame(double time)
           
 

Method Detail

onExportBegin

public void onExportBegin()

onExportNewFrame

public void onExportNewFrame(double time)

onExportFinish

public void onExportFinish()