SetParameter(Object,String,Float)

Assigns the float value paramValue to a parameter named paramKey for the stream streamID. Using a NULL streamID will work on system parameters.

Parameters

  • streamID : object : Stream Id needed to access the proper stream.
  • paramKey : string : Name of the parameter to change.
  • paramValue : float : Value that the parameter will take.

Return

Status : Status to indicate if the operation was a success.