rohc_decomp_disable_profiles − Disable several decompression profiles for a decompressor.
#include <rohc/rohc_decomp.h>
bool
rohc_decomp_disable_profiles(
struct rohc_decomp *const decomp,
...
);
Disable several decompression profiles for a decompressor. The list of profiles to disable shall stop with −1.
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 one or more of the profiles are already disabled, nothing is performed and success is reported.
decomp |
The ROHC decompressor | ||
... |
The sequence of decompression profiles to disable, the sequence shall be terminated by −1 |
true if all of the profiles exist, false if at least one of the profiles does not exist
rohc_decomp.h(3), rohc_decomp_enable_profile(3), rohc_decomp_enable_profiles(3), rohc_decomp_disable_profile(3)