Setting turnover for vn-e4, Acquiring echo suppressor from vn-e4, Setting echo suppressor for vn-e4 – JVC 4ch Network Encoder VN-E4 User Manual

Page 22: Acquiring noise suppressor from vn-e4, Setting noise suppressor for vn-e4, Api for acquiring/changing parameters of vn-e4, Signal input setting turnover for vn-e4

Advertising
background image

22

5. API for Acquiring/Changing Parameters of VN-E4 _

5.2. Signal Input

Setting Turnover for VN-E4

Format

/api/param?video.input(Number).turnover=data

Example

When setting Turnover of video input channel 1

/api/param?video.input(1).turnover=on

Example of response

video.input(1).turnover&200 OK

Interpretation

Change the Turnover set value of the specified video input channel. Turnover refers to flags that are stored in
the JPEG header. Specify the video input channel between the range of 1 to 4. Values that can be specified for
Turnover are on or off.

Allowed users

admin, operator, user
(Note: This item can also be set by users.)

Acquiring Echo Suppressor from VN-E4

Format

/api/param?audio.input.echo_suppress

Example of response

audio.input.echo_suppress=off&200 OK

Interpretation

Acquire the Echo Suppressor setting of the audio input. Specify as high, mid, low or off.

Allowed users

admin, operator, user

Setting Echo Suppressor for VN-E4

Format

/api/param?audio.input.echo_suppress=data

Example

/api/param?audio.input.echo_suppress=low

Example of response

audio.input.echo_suppress&200 OK

Interpretation

Change the Echo Suppressor setting of the audio input. Specify as high, mid, low or off.

Allowed users

admin, operator

Acquiring Noise Suppressor from VN-E4

Format

/api/param?audio.input.noise_suppress

Example of response

audio.input.noise_suppress=off&200 OK

Interpretation

Acquire the Noise Suppressor setting of the audio input. Specify as high, mid, low or off.

Allowed users

admin, operator, user

Setting Noise Suppressor for VN-E4

Format

/api/param?audio.input.noise_suppress=data

Example

/api/param?audio.input.noise_suppress=low

Example of response

audio.input.noise_suppress&200 OK

Interpretation

Change the Noise Suppressor setting of the audio input. Specify as high, mid, low or off.

Allowed users

admin, operator

Advertising