Default Multiview Layouts
Multiview for NDI ships with 13 viewport layouts by default. Each layout mode has a name and a code. You can set a layout per multiview via the web control UI, or by issuing a command to the HTTP API.
When a viewport layout is changed, the multiview saves that layout as the default to use next time the viewer is opened.
Setting Viewer Layout with the Web API
Use the /viewer/{viewerNumber}/layout/{layoutCode}
route to set the viewport layout with the web API. viewerNumber
starts from 0 (first viewport).
If a layout code is specified that doesn’t exist, Multiview for NDI will fall back to a solo (1x1) layout.