rohc_comp_set_features − Enable/disable features for ROHC compressor.
#include <rohc/rohc_comp.h>
bool
rohc_comp_set_features(
struct rohc_comp *const comp,
const rohc_comp_features_t features
);
Enable/disable features for ROHC compressor. Features control whether mechanisms defined as optional by RFCs are enabled or not.
Available features are listed by rohc_comp_features_t. They may be combined by XOR’ing them together.
comp |
The ROHC compressor |
features
The feature set to enable/disable
true if the feature set was successfully enabled/disabled, false if a problem occurred
Changing the feature set while library is used is not supported
rohc_comp.h(3), rohc_comp_features_t(3)