public class FrameMarkingHeaderExtension extends Object
0 1
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| ID=? | L=0 |S|E|I|D|0 0 0 0|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Scalable
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| ID=? | L=2 |S|E|I|D|B| TID | LID | TL0PICIDX |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Constructor and Description |
|---|
FrameMarkingHeaderExtension() |
| Modifier and Type | Method and Description |
|---|---|
static byte |
getSpatialID(org.jitsi.utils.ByteArrayBuffer baf,
String encoding) |
static byte |
getTemporalID(org.jitsi.utils.ByteArrayBuffer baf) |
static boolean |
isEndOfFrame(org.jitsi.utils.ByteArrayBuffer baf) |
static boolean |
isKeyframe(org.jitsi.utils.ByteArrayBuffer baf) |
static boolean |
isStartOfFrame(org.jitsi.utils.ByteArrayBuffer baf) |
public static boolean isKeyframe(org.jitsi.utils.ByteArrayBuffer baf)
public static boolean isStartOfFrame(org.jitsi.utils.ByteArrayBuffer baf)
public static boolean isEndOfFrame(org.jitsi.utils.ByteArrayBuffer baf)
public static byte getSpatialID(org.jitsi.utils.ByteArrayBuffer baf,
String encoding)
baf - Header extension byte arrayencoding - Encoding type used to parse the LID fieldpublic static byte getTemporalID(org.jitsi.utils.ByteArrayBuffer baf)
baf - Header extension byte arrayCopyright © 2021 jitsi.org. All rights reserved.