mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-04 23:16:14 +00:00
Fix variable names in the ConnectionStatusListener interface
This commit is contained in:
@@ -3,9 +3,9 @@ package com.limelight.nvstream.av;
|
||||
public interface ConnectionStatusListener {
|
||||
public void connectionTerminated();
|
||||
|
||||
public void connectionDetectedFrameLoss(int firstLostFrame, int lastLostFrame);
|
||||
public void connectionDetectedFrameLoss(int firstLostFrame, int nextSuccessfulFrame);
|
||||
|
||||
public void connectionSinkTooSlow(int firstLostFrame, int lastLostFrame);
|
||||
public void connectionSinkTooSlow(int firstLostFrame, int nextSuccessfulFrame);
|
||||
|
||||
public void connectionReceivedFrame(int frameIndex);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user