public class AvsEncoding extends Object
Java class for AvsEncoding complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AvsEncoding">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="aspectRatio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="videoEncodingArray" type="{http://www.scene7.com/IpsApi/xsd/2019-09-10-beta}VideoEncodingArray"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AvsEncoding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAspectRatio()
Gets the value of the aspectRatio property.
|
String |
getName()
Gets the value of the name property.
|
VideoEncodingArray |
getVideoEncodingArray()
Gets the value of the videoEncodingArray property.
|
void |
setAspectRatio(String value)
Sets the value of the aspectRatio property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setVideoEncodingArray(VideoEncodingArray value)
Sets the value of the videoEncodingArray property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getAspectRatio()
Stringpublic void setAspectRatio(String value)
value - allowed object is
Stringpublic VideoEncodingArray getVideoEncodingArray()
VideoEncodingArraypublic void setVideoEncodingArray(VideoEncodingArray value)
value - allowed object is
VideoEncodingArrayCopyright © 2010 - 2020 Adobe. All Rights Reserved