rohc_comp_set_reorder_ratio

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
STRUCTURES
RETURN VALUE
SEE ALSO

NAME

rohc_comp_set_reorder_ratio − Set the reordering ratio for the W-LSB encoding scheme.

SYNOPSIS

#include <rohc/rohc_comp.h>

bool rohc_comp_set_reorder_ratio(
struct rohc_comp *const comp
,
const rohc_reordering_offset_t reorder_ratio

);

DESCRIPTION

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.

PARAMETERS

comp

The ROHC compressor

reorder_ratio

The reordering ratio

STRUCTURES

RETURN VALUE

true in case of success, false in case of failure

SEE ALSO

rohc_comp.h(3)