All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyuncs.live.model.v20161101.DescribeCasterLayoutsResponse Maven / Gradle / Ivy

Go to download

Aliyun Open API SDK for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com

There is a newer version: 3.9.64
Show newest version
/*
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

package com.aliyuncs.live.model.v20161101;

import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.live.transform.v20161101.DescribeCasterLayoutsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;

/**
 * @author auto create
 * @version 
 */
public class DescribeCasterLayoutsResponse extends AcsResponse {

	private String requestId;

	private Integer total;

	private List layouts;

	public String getRequestId() {
		return this.requestId;
	}

	public void setRequestId(String requestId) {
		this.requestId = requestId;
	}

	public Integer getTotal() {
		return this.total;
	}

	public void setTotal(Integer total) {
		this.total = total;
	}

	public List getLayouts() {
		return this.layouts;
	}

	public void setLayouts(List layouts) {
		this.layouts = layouts;
	}

	public static class Layout {

		private String layoutId;

		private List audioLayers;

		private List videoLayers;

		private List blendList;

		private List mixList;

		public String getLayoutId() {
			return this.layoutId;
		}

		public void setLayoutId(String layoutId) {
			this.layoutId = layoutId;
		}

		public List getAudioLayers() {
			return this.audioLayers;
		}

		public void setAudioLayers(List audioLayers) {
			this.audioLayers = audioLayers;
		}

		public List getVideoLayers() {
			return this.videoLayers;
		}

		public void setVideoLayers(List videoLayers) {
			this.videoLayers = videoLayers;
		}

		public List getBlendList() {
			return this.blendList;
		}

		public void setBlendList(List blendList) {
			this.blendList = blendList;
		}

		public List getMixList() {
			return this.mixList;
		}

		public void setMixList(List mixList) {
			this.mixList = mixList;
		}

		public static class AudioLayer {

			private Integer fixedDelayDuration;

			private String validChannel;

			private Float volumeRate;

			public Integer getFixedDelayDuration() {
				return this.fixedDelayDuration;
			}

			public void setFixedDelayDuration(Integer fixedDelayDuration) {
				this.fixedDelayDuration = fixedDelayDuration;
			}

			public String getValidChannel() {
				return this.validChannel;
			}

			public void setValidChannel(String validChannel) {
				this.validChannel = validChannel;
			}

			public Float getVolumeRate() {
				return this.volumeRate;
			}

			public void setVolumeRate(Float volumeRate) {
				this.volumeRate = volumeRate;
			}
		}

		public static class VideoLayer {

			private String fillMode;

			private Integer fixedDelayDuration;

			private Float heightNormalized;

			private String positionRefer;

			private Float widthNormalized;

			private List positionNormalizeds;

			public String getFillMode() {
				return this.fillMode;
			}

			public void setFillMode(String fillMode) {
				this.fillMode = fillMode;
			}

			public Integer getFixedDelayDuration() {
				return this.fixedDelayDuration;
			}

			public void setFixedDelayDuration(Integer fixedDelayDuration) {
				this.fixedDelayDuration = fixedDelayDuration;
			}

			public Float getHeightNormalized() {
				return this.heightNormalized;
			}

			public void setHeightNormalized(Float heightNormalized) {
				this.heightNormalized = heightNormalized;
			}

			public String getPositionRefer() {
				return this.positionRefer;
			}

			public void setPositionRefer(String positionRefer) {
				this.positionRefer = positionRefer;
			}

			public Float getWidthNormalized() {
				return this.widthNormalized;
			}

			public void setWidthNormalized(Float widthNormalized) {
				this.widthNormalized = widthNormalized;
			}

			public List getPositionNormalizeds() {
				return this.positionNormalizeds;
			}

			public void setPositionNormalizeds(List positionNormalizeds) {
				this.positionNormalizeds = positionNormalizeds;
			}
		}
	}

	@Override
	public DescribeCasterLayoutsResponse getInstance(UnmarshallerContext context) {
		return	DescribeCasterLayoutsResponseUnmarshaller.unmarshall(this, context);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy