set-screencast-format-enable
Use the interface to set to overlay screencast image size and frame rate on screen.
Request Mode
POST http://ip/mwapi/set-screencast-format-enable
{
"screencastFormatEnable": 1
}
Parameter | Description |
---|---|
screencastFormatEnable | Overlay screencast image size and frame rate on screen. 1: Overlay, 0: Not overlay |
Response Body
{
"status": 0
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |