| Package | Description |
|---|---|
| org.jitsi.impl.neomedia | |
| org.jitsi.impl.neomedia.rtp | |
| org.jitsi.impl.neomedia.transform | |
| org.jitsi.service.neomedia.rtp |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaStreamStatsImpl.nackReceived(NACKPacket nack)
Notifies this instance that an RTCP NACK packet was received.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RTCPPacketListenerAdapter.nackReceived(NACKPacket nackPacket)
Notifies this listener that a
NACKPacket has been received. |
| Modifier and Type | Method and Description |
|---|---|
protected List<NACKPacket> |
RetransmissionRequesterDelegate.createNackPackets(long now,
List<org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate.Requester> dueRequesters)
Gather the packets currently marked as missing and create
NACKs for them
|
| Modifier and Type | Method and Description |
|---|---|
void |
RTCPPacketListener.nackReceived(NACKPacket nackPacket)
Notifies this listener that a
NACKPacket has been received. |
Copyright © 2022 jitsi.org. All rights reserved.