mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-23 16:56:41 +00:00
Update control protocol for GFE 2.0.1
This commit is contained in:
@@ -6,4 +6,6 @@ public interface ConnectionStatusListener {
|
||||
public void connectionDetectedFrameLoss(int firstLostFrame, int lastLostFrame);
|
||||
|
||||
public void connectionSinkTooSlow(int firstLostFrame, int lastLostFrame);
|
||||
|
||||
public void connectionReceivedFrame(int frameIndex);
|
||||
}
|
||||
|
||||
@@ -83,6 +83,8 @@ public class VideoDepacketizer {
|
||||
// Add this frame
|
||||
decodedUnits.add(du);
|
||||
}
|
||||
|
||||
controlListener.connectionReceivedFrame(frameNumber);
|
||||
|
||||
// Clear old state
|
||||
clearAvcFrameState();
|
||||
|
||||
Reference in New Issue
Block a user