mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-17 06:10:58 +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.ByteBufferDescriptor;
|
||||||
import com.limelight.nvstream.av.RtpPacket;
|
import com.limelight.nvstream.av.RtpPacket;
|
||||||
import com.limelight.nvstream.av.ByteBufferDescriptor;
|
|
||||||
import java.nio.ByteBuffer;
|
|
||||||
import java.nio.ShortBuffer;
|
|
||||||
|
|
||||||
public class AudioDepacketizer {
|
public class AudioDepacketizer {
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ import java.util.concurrent.LinkedBlockingQueue;
|
|||||||
import com.limelight.nvstream.NvConnectionListener;
|
import com.limelight.nvstream.NvConnectionListener;
|
||||||
import com.limelight.nvstream.av.ByteBufferDescriptor;
|
import com.limelight.nvstream.av.ByteBufferDescriptor;
|
||||||
import com.limelight.nvstream.av.RtpPacket;
|
import com.limelight.nvstream.av.RtpPacket;
|
||||||
import com.limelight.nvstream.av.ByteBufferDescriptor;
|
|
||||||
|
|
||||||
public class AudioStream {
|
public class AudioStream {
|
||||||
public static final int RTP_PORT = 48000;
|
public static final int RTP_PORT = 48000;
|
||||||
|
|||||||
Reference in New Issue
Block a user