| Package | Description |
|---|---|
| org.jitsi.impl.neomedia | |
| org.jitsi.impl.neomedia.codec | |
| org.jitsi.service.neomedia |
| Modifier and Type | Method and Description |
|---|---|
REDBlock |
MediaStreamImpl.getPrimaryREDBlock(org.jitsi.utils.ByteArrayBuffer baf)
Gets the primary
REDBlock that contains the payload of the RTP
packet passed in as a parameter. |
REDBlock |
MediaStreamImpl.getPrimaryREDBlock(RawPacket pkt)
Gets the
REDBlock that contains the payload of the packet passed
in as a parameter. |
| Modifier and Type | Method and Description |
|---|---|
static REDBlock |
REDBlockIterator.getPrimaryBlock(byte[] buffer,
int offset,
int length)
Gets the first RED block in the RED payload.
|
static REDBlock |
REDBlockIterator.matchFirst(Predicate<REDBlock> predicate,
byte[] buffer,
int offset,
int length)
Matches a RED block in the RED payload.
|
REDBlock |
REDBlockIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
static REDBlock |
REDBlockIterator.matchFirst(Predicate<REDBlock> predicate,
byte[] buffer,
int offset,
int length)
Matches a RED block in the RED payload.
|
| Modifier and Type | Method and Description |
|---|---|
REDBlock |
AbstractMediaStream.getPrimaryREDBlock(org.jitsi.utils.ByteArrayBuffer baf)
Gets the primary
REDBlock that contains the payload of the RTP
packet passed in as a parameter. |
REDBlock |
MediaStream.getPrimaryREDBlock(org.jitsi.utils.ByteArrayBuffer baf)
Deprecated.
use getPrimaryREDBlock(RawPacket)
|
REDBlock |
AbstractMediaStream.getPrimaryREDBlock(RawPacket pkt)
Gets the primary
REDBlock that contains the payload of the RTP
packet passed in as a parameter. |
REDBlock |
MediaStream.getPrimaryREDBlock(RawPacket pkt)
Deprecated.
use getPrimaryREDBlock(RawPacket)
|
Copyright © 2021 jitsi.org. All rights reserved.