VideoLayoutInfo
Detailed layout information of a mixed video stream.
public static class VideoLayoutInfo {
    public int width;
    public int height;
    public int layoutCount;
    public VideoLayout[] layoutList;
  }
            
            
            
            
            
            
            
             - Since
 - v4.3.0
 
Attributes
- width
 - The width of the mixed video stream (px).
 - height
 - The height of the mixed video stream (px).
 - layoutCount
 - The number of layout information in the mixed video stream.
 - layoutlist
 - The detailed layout information of a mixed video stream. See VideoLayout.