public class FlexFec03Mask extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FlexFec03Mask.MalformedMaskException |
| Constructor and Description |
|---|
FlexFec03Mask(int baseSeqNum,
List<Integer> protectedSeqNums)
Create a mask from a base sequence number and a list of protected
sequence numbers
|
| Modifier and Type | Method and Description |
|---|---|
FlexFec03BitSet |
getMaskWithKBits() |
List<Integer> |
getProtectedSeqNums()
Get the list of media packet sequence numbers which are marked
as protected in this mask
|
int |
lengthBytes()
Get the length of the mask, in bytes
|
public FlexFec03Mask(int baseSeqNum,
List<Integer> protectedSeqNums)
throws FlexFec03Mask.MalformedMaskException
baseSeqNum - the base sequence number to use for the maskprotectedSeqNums - the sequence numbers this mask should mark
as protectedFlexFec03Mask.MalformedMaskException - when the mask is invalidpublic FlexFec03BitSet getMaskWithKBits()
public int lengthBytes()
Copyright © 2021 jitsi.org. All rights reserved.