Package com.biglybt.core.devices
Interface TranscodeProviderAdapter
-
public interface TranscodeProviderAdapter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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()
-
-