public class MediaOptions
extends java.lang.Object
Java class for MediaOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MediaOptions"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="videoEncodingPresetsArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}HandleArray" minOccurs="0"/> <element name="videoEncodingArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}VideoEncodingArray" minOccurs="0"/> <element name="avsEncodingArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}AvsEncodingArray" minOccurs="0"/> <element name="generateThumbnail" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="thumbnailOptions" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}ThumbnailOptions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
MediaOptions() |
Modifier and Type | Method and Description |
---|---|
AvsEncodingArray |
getAvsEncodingArray()
Gets the value of the avsEncodingArray property.
|
ThumbnailOptions |
getThumbnailOptions()
Gets the value of the thumbnailOptions property.
|
VideoEncodingArray |
getVideoEncodingArray()
Gets the value of the videoEncodingArray property.
|
HandleArray |
getVideoEncodingPresetsArray()
Gets the value of the videoEncodingPresetsArray property.
|
java.lang.Boolean |
isGenerateThumbnail()
Gets the value of the generateThumbnail property.
|
void |
setAvsEncodingArray(AvsEncodingArray value)
Sets the value of the avsEncodingArray property.
|
void |
setGenerateThumbnail(java.lang.Boolean value)
Sets the value of the generateThumbnail property.
|
void |
setThumbnailOptions(ThumbnailOptions value)
Sets the value of the thumbnailOptions property.
|
void |
setVideoEncodingArray(VideoEncodingArray value)
Sets the value of the videoEncodingArray property.
|
void |
setVideoEncodingPresetsArray(HandleArray value)
Sets the value of the videoEncodingPresetsArray property.
|
public HandleArray getVideoEncodingPresetsArray()
HandleArray
public void setVideoEncodingPresetsArray(HandleArray value)
value
- allowed object is
HandleArray
public VideoEncodingArray getVideoEncodingArray()
VideoEncodingArray
public void setVideoEncodingArray(VideoEncodingArray value)
value
- allowed object is
VideoEncodingArray
public AvsEncodingArray getAvsEncodingArray()
AvsEncodingArray
public void setAvsEncodingArray(AvsEncodingArray value)
value
- allowed object is
AvsEncodingArray
public java.lang.Boolean isGenerateThumbnail()
Boolean
public void setGenerateThumbnail(java.lang.Boolean value)
value
- allowed object is
Boolean
public ThumbnailOptions getThumbnailOptions()
ThumbnailOptions
public void setThumbnailOptions(ThumbnailOptions value)
value
- allowed object is
ThumbnailOptions
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"