rohc_comp_disable_profile − Disable a compression profile for a compressor.
#include <rohc/rohc_comp.h>
bool
rohc_comp_disable_profile(
struct rohc_comp *const comp,
const rohc_profile_t profile
);
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.
comp |
The ROHC compressor |
profile
The profile to disable
true if the profile exists, false if the profile does not exist
rohc_comp.h(3), rohc_comp_enable_profile(3), rohc_comp_enable_profiles(3), rohc_comp_disable_profiles(3)