public class REDBlock extends ByteArrayBufferImpl
buffer| Constructor and Description |
|---|
REDBlock(byte[] buf,
int off,
int len,
byte pt)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
getPayloadType()
Gets the payload type of this RED block.
|
boolean |
isInvalid() |
append, getBuffer, getLength, getOffset, grow, readRegionToBuff, setLength, setOffset, setOffsetLength, shrinkpublic REDBlock(byte[] buf,
int off,
int len,
byte pt)
off - the offset in the buffer where this RED block startslen - the length of this RED blockpt - the payload type of this RED blockpublic boolean isInvalid()
isInvalid in interface org.jitsi.utils.ByteArrayBufferisInvalid in class ByteArrayBufferImplpublic byte getPayloadType()
Copyright © 2022 jitsi.org. All rights reserved.