# changeVideoMatrixType
Description
Change the layout
If this command is used, all video slots will keep the indices of their positions
void changeVideoMatrixType(int iMatrixType)
Parameters
Name | Description |
---|---|
iMatrixType | the new type of layout. The following values are possible: • 0 - Show only one window. If there are more windows in the list, the first one will be shown • 1 - All windows are the same size • 2 - One window is large (in the upper left corner), other smaller windows are placed around the large one • 3 - One large window (in the center at the top), other smaller windows are placed at the bottom • 4 - One window is large (in the left corner), other smaller windows are placed to the right of the large one • 5 - One window is large (in the center at the top), other smaller windows are placed at the bottom and can overlap the larger one withing reasonable limits |
Response example
{
"method" : "changeVideoMatrixType",
"requestId" : "1",
"result" : true
}
Response Parameters
Name | Description |
---|---|
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also