public interface OpenH264DownloadHelperListener
Modifier and Type | Method and Description |
---|---|
void |
OnError(java.lang.String error)
Called when we failed to download codec
|
void |
OnProgress(int current,
int max)
Called at the beginning of download with current < max Called
at each iteration of download Called at the ending of download
with current > max
|
void OnProgress(int current, int max)
current:
- Size of file already downloadedmax:
- Size of file we want to downloadvoid OnError(java.lang.String error)
error:
- Error message