set-screencast-cut-black-edge-enable
Use the interface to set to crop out the black bars to improve screen usage, only for Miracast.
Request Mode
POST http://ip/mwapi/set-screencast-cut-black-edge-enable
{
"cropBlackArea": 0
}
Parameter | Description |
---|---|
cropBlackArea | Whether to crop out the black bars. 1: Yes, 0: No |
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. |