Setup hide area in rendering screen using popup.


Method summary
​WizeyeVideoPlayer.addPopupArea(popupID, zIndex, left, top, width, height)



ParametersDescription

popupID

ID of Popup area

zIndexz-index

left

Start x position

top

Start y position

width

Width

height

Height


mp1.addPopupArea("popup1", "100", "10", "10", "100", "100");