mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-03 06:26:16 +00:00
Fix import warnings
This commit is contained in:
@@ -4,9 +4,6 @@ import java.util.concurrent.LinkedBlockingQueue;
|
||||
|
||||
import com.limelight.nvstream.av.ByteBufferDescriptor;
|
||||
import com.limelight.nvstream.av.RtpPacket;
|
||||
import com.limelight.nvstream.av.ByteBufferDescriptor;
|
||||
import java.nio.ByteBuffer;
|
||||
import java.nio.ShortBuffer;
|
||||
|
||||
public class AudioDepacketizer {
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ import java.util.concurrent.LinkedBlockingQueue;
|
||||
import com.limelight.nvstream.NvConnectionListener;
|
||||
import com.limelight.nvstream.av.ByteBufferDescriptor;
|
||||
import com.limelight.nvstream.av.RtpPacket;
|
||||
import com.limelight.nvstream.av.ByteBufferDescriptor;
|
||||
|
||||
public class AudioStream {
|
||||
public static final int RTP_PORT = 48000;
|
||||
|
||||
Reference in New Issue
Block a user