enable-4k60-input
Added at V2.4, only supported by Ultra Encode AIO
Use this interface to enable 4K60 input support. When HDMI input is 4K 50/60fps, or the pipeline bandwidth exceeds 300Mpixels/s, the capture frame rate is halved and input composition is disabled.
HTTP Request
GET http://ip/usapi?method=enable-4k60-input&enable-4k60-input=1
| Parameter | Description |
|---|---|
| method | Method name: enable-4k60-input |
| enable-4k60-input | 4K60 input support 0: Not supported 1: Supported |
Response Body
{
"result": 0
}
| Item | Description |
|---|---|
| result | Returned status. 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |