rohc_comp_set_reorder_ratio − Set the reordering ratio for the W-LSB encoding scheme.
#include <rohc/rohc_comp.h>
bool
rohc_comp_set_reorder_ratio(
struct rohc_comp *const comp,
const rohc_reordering_offset_t reorder_ratio
);
The control field reorder_ratio specifies how much reordering is handled by the W−LSB encoding of the MSN in ROHCv2 profiles.
The reordering ration is set to ROHC_REORDERING_NONE by default.
comp |
The ROHC compressor |
reorder_ratio
The reordering ratio
true in case of success, false in case of failure
rohc_comp.h(3)