public class FlexFec03Header extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Integer> |
protectedSeqNums
The list of sequence numbers of packets protected by this fec packet
|
long |
protectedSsrc
The SSRC of the media stream protected by this FEC packet
|
int |
seqNumBase
The base sequence number from which the mask defines the sequence numbers
of the media packets protected by this packet
|
int |
size
The size of the FlexFec header (in bytes) in this packet
|
| Constructor and Description |
|---|
FlexFec03Header(long protectedSsrc,
int seqNumBase,
List<Integer> protectedSeqNums,
int size)
Ctor.
|
public long protectedSsrc
public int seqNumBase
public List<Integer> protectedSeqNums
public int size
public FlexFec03Header(long protectedSsrc,
int seqNumBase,
List<Integer> protectedSeqNums,
int size)
protectedSsrc - the media ssrc this fec packet protectsseqNumBase - the base sequence number for this flexfec packetprotectedSeqNums - the list of media sequence numbers this flexfec
packet protectssize - the size of the header (in bytes)Copyright © 2022 jitsi.org. All rights reserved.