Set Port Control Area

555

# Set Port Control Area

Path:

/api/sendingcard

Method: PUT

Content-type: application/json; charset=utf-8

API Description: This can be used to set the port control area. Supported by the players with network port output only.

Request

Name Type Example Description
dimension Object {} Screen resolution.
netareas Array [] Port control area.
width int 992 Width.
height int 352 Height.
startx int 0 Start X.
starty int 0 Start Y.

Example

{
	"dimension": {
		"height": 352,
		"width": 992
	},
	"frameflavor": {
		"isinterlaced": 1
	},
	"netareas": [{
		"height": 352,
		"startx": 0,
		"starty": 0,
		"width": 992
	}]
}