public class RawPacketScheduler extends Object
| Constructor and Description |
|---|
RawPacketScheduler(long clockRate)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
schedule(RawPacket rtpPacket)
puts the current thread to sleep for X milis, where X is such that RTP
timestamps and a given clock are respected.
|
public RawPacketScheduler(long clockRate)
clockRate - public void schedule(RawPacket rtpPacket) throws InterruptedException
rtpPacket - the RTPPacket to schedule.InterruptedExceptionCopyright © 2021 jitsi.org. All rights reserved.