Uses of Class
com.tencentcloudapi.tiw.v20190919.models.StreamLayout
-
Packages that use StreamLayout Package Description com.tencentcloudapi.tiw.v20190919.models -
-
Uses of StreamLayout in com.tencentcloudapi.tiw.v20190919.models
Methods in com.tencentcloudapi.tiw.v20190919.models that return StreamLayout Modifier and Type Method Description StreamLayout[]CustomLayout. getInputStreamList()Get 流布局参数,每路流的布局不能超出画布区域Methods in com.tencentcloudapi.tiw.v20190919.models with parameters of type StreamLayout Modifier and Type Method Description voidCustomLayout. setInputStreamList(StreamLayout[] InputStreamList)Set 流布局参数,每路流的布局不能超出画布区域Constructors in com.tencentcloudapi.tiw.v20190919.models with parameters of type StreamLayout Constructor Description StreamLayout(StreamLayout source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-