VideoLayoutInfo
合图视频流的详细布局信息。
Java
public static class VideoLayoutInfo {
    public int width;
    public int height;
    public int layoutCount;
    public VideoLayout[] layoutList;
  }
自从
 v4.3.0
width
 合图视频流的宽度 (px)。
height
 合图视频流的高度 (px)。
layoutCount
 合图视频流中布局信息的数量。
layoutlist
 某一路合图视频流的详细布局信息。详见 VideoLayout。