VideoLayoutInfo

Used to retrieve detailed layout information of the mixed video.

public static class VideoLayoutInfo {
    public int width;
    public int height;
    public int layoutCount;
    public VideoLayout[] layoutList;
  }

Describes the layout information of the mixed video.

Properties

width
The width of the mixed video (in pixels).
height
The height of the mixed video (in pixels).
layoutCount
The number of layout entries in the mixed video.
layoutList
The detailed layout information of each video stream in the mixed video. See VideoLayout.