rohc_decomp_disable_profile

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
STRUCTURES
RETURN VALUE
SEE ALSO

NAME

rohc_decomp_disable_profile − Disable a decompression profile for a decompressor.

SYNOPSIS

#include <rohc/rohc_decomp.h>

bool rohc_decomp_disable_profile(
struct rohc_decomp *const decomp
,
const rohc_profile_t profile

);

DESCRIPTION

Disable a decompression profiles for a decompressor.

The ROHC decompressor does not use the decompression profiles that were disabled. Thus disabling a profile might cause the decompressor to reject streams. Decompression will always fail if no profile at all is enabled.

If the profile is already disabled, nothing is performed and success is reported.

PARAMETERS

decomp

The ROHC decompressor

profile

The profile to disable

STRUCTURES

RETURN VALUE

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

SEE ALSO

rohc_decomp.h(3), rohc_decomp_enable_profile(3), rohc_decomp_enable_profiles(3), rohc_decomp_disable_profiles(3)