Genvid_GetParameterFloat()

GenvidStatus Genvid_GetParameterFloat(const char *streamID, const char *paramKey, float *paramValue)

For the specified streamID, retrieves the floating-point value of a stream parameter named paramKey, and stores it at the address pointed to by paramValue. Using a NULL streamID will work on system parameters.

To get a key value from Consul, streamID must be written as genvid.kv, paramKey is used as the key value name and paramValue as the container to receive the key value content.