| Modifier and Type | Field | Description |
|---|---|---|
static int |
CONSUMING_BYTES_PER_MS |
| Constructor | Description |
|---|---|
RtpSender(PipedInputStream encodedData,
RtpSession rtpSession,
boolean mediaDebug,
Codec codec,
Logger logger,
String peersHome,
CountDownLatch latch) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
pause() |
|
void |
pushPackets(List<RtpPacket> rtpPackets) |
|
void |
resume() |
|
void |
run() |
|
void |
setStopped(boolean isStopped) |
|
void |
waitEmpty() |
public RtpSender(PipedInputStream encodedData, RtpSession rtpSession, boolean mediaDebug, Codec codec, Logger logger, String peersHome, CountDownLatch latch)
public void setStopped(boolean isStopped)
public void pause()
public void resume()
public void waitEmpty()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2018. All rights reserved.