Uses of Class
org.jitsi.impl.neomedia.rtp.RawPacketCache.Container
-
Packages that use RawPacketCache.Container Package Description org.jitsi.impl.neomedia.rtp -
-
Uses of RawPacketCache.Container in org.jitsi.impl.neomedia.rtp
Methods in org.jitsi.impl.neomedia.rtp that return RawPacketCache.Container Modifier and Type Method Description RawPacketCache.ContainerRawPacketCache. getContainer(long ssrc, int seq)Gets the packet, encapsulated in aRawPacketCache.Containerwith the given SSRC and RTP sequence number from the cache.Methods in org.jitsi.impl.neomedia.rtp that return types with arguments of type RawPacketCache.Container Modifier and Type Method Description Set<RawPacketCache.Container>RawPacketCache. getMany(long ssrc, int bytes)Gets the most recent packets from the cache that pertains to the SSRC that is specified as an argument, not exceeding the number of bytes specified as an argument.
-