Package com.biglybt.core.devices
Interface TranscodeProviderAdapter
public interface TranscodeProviderAdapter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
updateProgress
void updateProgress(int percent, int eta_secs, int new_width, int new_height) -
streamStats
void streamStats(long connect_rate, long write_speed) -
failed
-
complete
void complete()
-