rohc_comp_disable_profile

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
STRUCTURES
RETURN VALUE
SEE ALSO

NAME

rohc_comp_disable_profile − Disable a compression profile for a compressor.

SYNOPSIS

#include <rohc/rohc_comp.h>

bool rohc_comp_disable_profile(
struct rohc_comp *const comp
,
const rohc_profile_t profile

);

DESCRIPTION

Disable a compression profile for a compressor.

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 the profile is already disabled, nothing is performed and success is reported.

PARAMETERS

comp

The ROHC compressor

profile

The profile to disable

STRUCTURES

RETURN VALUE

true if the profile exists, false if the profile does not exist

SEE ALSO

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