rohc_comp_disable_profiles

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
STRUCTURES
RETURN VALUE
SEE ALSO

NAME

rohc_comp_disable_profiles − Disable several compression profiles for a compressor.

SYNOPSIS

#include <rohc/rohc_comp.h>

bool rohc_comp_disable_profiles(
struct rohc_comp *const comp
,
...

);

DESCRIPTION

Disable several compression profiles for a compressor. The list of profiles to disable shall stop with −1.

The ROHC compressor does not use the compression profiles that were disabled. Thus disabling a profile might affect compression performances. Compression will fail if no profile at all is enabled.

If one or more of the profiles are already disabled, nothing is performed and success is reported.

PARAMETERS

comp

The ROHC compressor

...

The sequence of compression profiles to disable, the sequence shall be terminated by −1

STRUCTURES

RETURN VALUE

true if all of the profiles exist, false if at least one of the profiles does not exist

SEE ALSO

rohc_comp.h(3), rohc_comp_enable_profile(3), rohc_comp_enable_profiles(3), rohc_comp_disable_profile(3)