set-screencast-bg-color
Use the interface to set the background color of screencast image.
Request Mode
POST http://ip/mwapi/set-screencast-bg-color
{
"screencastBGColor": "255"
}
Parameter | Description |
---|---|
screencastBGColor | Background color of screencast, rgba, uint32 |
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. |