VideoLayoutInfo

Detailed layout information of the 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
Width of the mixed video stream (px).
height
Height of the mixed video stream (px).
layoutCount
Number of layout entries in the mixed video stream.
layoutList
Detailed layout information for a particular mixed video stream. See VideoLayout.