com.aelitis.azureus.core.devices
Interface TranscodeProviderAdapter


public interface TranscodeProviderAdapter


Method Summary
 void complete()
           
 void failed(TranscodeException error)
           
 void streamStats(long connect_rate, long write_speed)
           
 void updateProgress(int percent, int eta_secs, int new_width, int new_height)
           
 

Method Detail

updateProgress

void updateProgress(int percent,
                    int eta_secs,
                    int new_width,
                    int new_height)

streamStats

void streamStats(long connect_rate,
                 long write_speed)

failed

void failed(TranscodeException error)

complete

void complete()