mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-19 07:10:58 +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 interface ConnectionStatusListener {
|
||||||
public void connectionTerminated();
|
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);
|
public void connectionReceivedFrame(int frameIndex);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user