rohc_comp_profile_enabled − Is the given compression profile enabled for a compressor?
#include <rohc/rohc_comp.h>
bool
rohc_comp_profile_enabled(
const struct rohc_comp *const comp,
const rohc_profile_t profile
);
Is the given compression profile enabled or disabled for a compressor?
comp |
The ROHC compressor |
profile
The profile to ask status for
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
rohc_comp.h(3), rohc_comp_enable_profile(3), rohc_comp_enable_profiles(3), rohc_comp_disable_profile(3), rohc_comp_disable_profiles(3)