mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 12:03:02 +00:00
Remove unused (and unsafe) function on the ConnectionStatusListener
This commit is contained in:
parent
fe58361724
commit
a907dd0084
@ -1,8 +1,6 @@
|
|||||||
package com.limelight.nvstream.av;
|
package com.limelight.nvstream.av;
|
||||||
|
|
||||||
public interface ConnectionStatusListener {
|
public interface ConnectionStatusListener {
|
||||||
public void connectionTerminated();
|
|
||||||
|
|
||||||
public void connectionDetectedFrameLoss(int firstLostFrame, int nextSuccessfulFrame);
|
public void connectionDetectedFrameLoss(int firstLostFrame, int nextSuccessfulFrame);
|
||||||
|
|
||||||
public void connectionSinkTooSlow(int firstLostFrame, int nextSuccessfulFrame);
|
public void connectionSinkTooSlow(int firstLostFrame, int nextSuccessfulFrame);
|
||||||
|
@ -655,10 +655,6 @@ public class ControlStream implements ConnectionStatusListener, InputPacketSende
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void connectionTerminated() {
|
|
||||||
abort();
|
|
||||||
}
|
|
||||||
|
|
||||||
private void resyncConnection(int firstLostFrame, int nextSuccessfulFrame) {
|
private void resyncConnection(int firstLostFrame, int nextSuccessfulFrame) {
|
||||||
invalidReferenceFrameTuples.add(new int[]{firstLostFrame, nextSuccessfulFrame});
|
invalidReferenceFrameTuples.add(new int[]{firstLostFrame, nextSuccessfulFrame});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user