diff --git a/sdrbase/resources/webapi/doc/html2/index.html b/sdrbase/resources/webapi/doc/html2/index.html index 332a9d210..4edc454c3 100644 --- a/sdrbase/resources/webapi/doc/html2/index.html +++ b/sdrbase/resources/webapi/doc/html2/index.html @@ -1274,7 +1274,15 @@ margin-bottom: 20px; }, "udpChannelMode" : { "type" : "integer", - "description" : "How audio data is copied to UDP: 0: left 1: right 2: mixed 3: stereo" + "description" : "How audio data is copied to UDP: 0: left 1: right 2: mixed 3: stereo (AudioOutput::UDPChannelMode)" + }, + "udpChannelCodec" : { + "type" : "integer", + "description" : "Index of codec used in UDP/RTP transmission. See AudioOutput::UDPChannelCodec." + }, + "udpDecimationFactor" : { + "type" : "integer", + "description" : "Decimation used before codec in UDP/RTP transmission. Ranges from 1 to 6." }, "udpAddress" : { "type" : "string", @@ -5505,7 +5513,7 @@ margin-bottom: 20px;