rohc_comp_profile_enabled

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
STRUCTURES
RETURN VALUE
SEE ALSO

NAME

rohc_comp_profile_enabled − Is the given compression profile enabled for a compressor?

SYNOPSIS

#include <rohc/rohc_comp.h>

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

);

DESCRIPTION

Is the given compression profile enabled or disabled for a compressor?

PARAMETERS

comp

The ROHC compressor

profile

The profile to ask status for

STRUCTURES

RETURN VALUE

Possible return values:

• true if the profile exists and is enabled,

• false if the compressor is not valid, the profile does not exist, or the profile is disabled

SEE ALSO

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