Add a latency toast after the stream stops

This commit is contained in:
Cameron Gutman
2014-06-30 21:14:27 -07:00
parent b3c78ce1b1
commit a639143e94
5 changed files with 117 additions and 26 deletions
@@ -222,4 +222,14 @@ public class AndroidCpuDecoderRenderer implements VideoDecoderRenderer {
public int getCapabilities() {
return 0;
}
@Override
public int getAverageDecoderLatency() {
return 0;
}
@Override
public int getAverageEndToEndLatency() {
return 0;
}
}