mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 11:33:06 +00:00
Fix variable names in the ConnectionStatusListener interface
This commit is contained in:
parent
0c8c108bd1
commit
0f815a0085
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user