public static class DescribeCasterLayoutsResponse.Layout extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribeCasterLayoutsResponse.Layout.AudioLayer |
static class |
DescribeCasterLayoutsResponse.Layout.VideoLayer |
| 构造器和说明 |
|---|
Layout() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<DescribeCasterLayoutsResponse.Layout.AudioLayer> |
getAudioLayers() |
List<String> |
getBlendList() |
String |
getLayoutId() |
List<String> |
getMixList() |
List<DescribeCasterLayoutsResponse.Layout.VideoLayer> |
getVideoLayers() |
void |
setAudioLayers(List<DescribeCasterLayoutsResponse.Layout.AudioLayer> audioLayers) |
void |
setBlendList(List<String> blendList) |
void |
setLayoutId(String layoutId) |
void |
setMixList(List<String> mixList) |
void |
setVideoLayers(List<DescribeCasterLayoutsResponse.Layout.VideoLayer> videoLayers) |
public String getLayoutId()
public void setLayoutId(String layoutId)
public List<DescribeCasterLayoutsResponse.Layout.VideoLayer> getVideoLayers()
public void setVideoLayers(List<DescribeCasterLayoutsResponse.Layout.VideoLayer> videoLayers)
public List<DescribeCasterLayoutsResponse.Layout.AudioLayer> getAudioLayers()
public void setAudioLayers(List<DescribeCasterLayoutsResponse.Layout.AudioLayer> audioLayers)
Copyright © 2020. All Rights Reserved.