Uses of Class
org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
-
Packages that use FlexFec03BitSet Package Description org.jitsi.impl.neomedia.transform.fec -
-
Uses of FlexFec03BitSet in org.jitsi.impl.neomedia.transform.fec
Methods in org.jitsi.impl.neomedia.transform.fec that return FlexFec03BitSet Modifier and Type Method Description FlexFec03BitSetFlexFec03Mask. getMaskWithKBits()static FlexFec03BitSetFlexFec03BitSet. valueOf(byte[] bytes)Parse the value of the given byte buffer into the bitsetstatic FlexFec03BitSetFlexFec03BitSet. valueOf(byte[] bytes, int offset, int length)Parse the given bytes (at the given offset and length) into a FlexFec03BitSet
-