Genvid_GetParameterInt()

GenvidStatus Genvid_GetParameterInt(const char *streamID, const char *paramKey, int *paramValue)

For the specified streamID, retrieves the integer 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.