SetParameter(Object,String,Int32)

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

See the Configuration section for more details within the subsection Common Parameters for each parameter available.

Parameters

  • streamID : object : Unique ID for the stream to modify.
  • paramKey : string : Name of the parameter to change.
  • paramValue : int : New value for the parameter.

Return

Status : Status that indicates if the operation succeeds.