Uses of Class
org.jitsi.impl.neomedia.codec.REDBlock
-
Packages that use REDBlock Package Description org.jitsi.impl.neomedia org.jitsi.impl.neomedia.codec org.jitsi.service.neomedia -
-
Uses of REDBlock in org.jitsi.impl.neomedia
Methods in org.jitsi.impl.neomedia that return REDBlock Modifier and Type Method Description REDBlockMediaStreamImpl. getPrimaryREDBlock(RawPacket pkt)Gets theREDBlockthat contains the payload of the packet passed in as a parameter.REDBlockMediaStreamImpl. getPrimaryREDBlock(org.jitsi.utils.ByteArrayBuffer baf)Gets the primaryREDBlockthat contains the payload of the RTP packet passed in as a parameter. -
Uses of REDBlock in org.jitsi.impl.neomedia.codec
Methods in org.jitsi.impl.neomedia.codec that return REDBlock Modifier and Type Method Description static REDBlockREDBlockIterator. getPrimaryBlock(byte[] buffer, int offset, int length)Gets the first RED block in the RED payload.static REDBlockREDBlockIterator. matchFirst(Predicate<REDBlock> predicate, byte[] buffer, int offset, int length)Matches a RED block in the RED payload.REDBlockREDBlockIterator. next()Method parameters in org.jitsi.impl.neomedia.codec with type arguments of type REDBlock Modifier and Type Method Description static REDBlockREDBlockIterator. matchFirst(Predicate<REDBlock> predicate, byte[] buffer, int offset, int length)Matches a RED block in the RED payload. -
Uses of REDBlock in org.jitsi.service.neomedia
Methods in org.jitsi.service.neomedia that return REDBlock Modifier and Type Method Description REDBlockAbstractMediaStream. getPrimaryREDBlock(RawPacket pkt)Gets the primaryREDBlockthat contains the payload of the RTP packet passed in as a parameter.REDBlockAbstractMediaStream. getPrimaryREDBlock(org.jitsi.utils.ByteArrayBuffer baf)Gets the primaryREDBlockthat contains the payload of the RTP packet passed in as a parameter.REDBlockMediaStream. getPrimaryREDBlock(RawPacket pkt)Deprecated.use getPrimaryREDBlock(RawPacket)REDBlockMediaStream. getPrimaryREDBlock(org.jitsi.utils.ByteArrayBuffer baf)Deprecated.use getPrimaryREDBlock(RawPacket)
-