Function rs2_get_option_value_description

Function Documentation

const char *rs2_get_option_value_description(const rs2_options *options, rs2_option option, float value, rs2_error **error)

get option value description (in case specific option value hold special meaning)

Parameters:
  • options[in] the options container

  • option[in] option id to be checked

  • value[in] value of the option

  • error[out] if non-null, receives any error that occurs during this call, otherwise, errors are ignored

Returns:

human-readable description of a specific value of an option or null if no special meaning