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/2022-11-01-beta}HandleArray" minOccurs="0"/>
         <element name="videoEncodingArray" type="{http://www.scene7.com/IpsApi/xsd/2022-11-01-beta}VideoEncodingArray" minOccurs="0"/>
         <element name="videoSmartCropArray" type="{http://www.scene7.com/IpsApi/xsd/2022-11-01-beta}VideoSmartCropArray" minOccurs="0"/>
         <element name="videoSmartCropSampleRate" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="avsEncodingArray" type="{http://www.scene7.com/IpsApi/xsd/2022-11-01-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/2022-11-01-beta}ThumbnailOptions" minOccurs="0"/>
         <element name="cmafConformance" type="{http://www.w3.org/2001/XMLSchema}boolean" 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. 
 | 
VideoSmartCropArray | 
getVideoSmartCropArray()
Gets the value of the videoSmartCropArray property. 
 | 
java.lang.Integer | 
getVideoSmartCropSampleRate()
Gets the value of the videoSmartCropSampleRate property. 
 | 
java.lang.Boolean | 
isCmafConformance()
Gets the value of the cmafConformance property. 
 | 
java.lang.Boolean | 
isGenerateThumbnail()
Gets the value of the generateThumbnail property. 
 | 
void | 
setAvsEncodingArray(AvsEncodingArray value)
Sets the value of the avsEncodingArray property. 
 | 
void | 
setCmafConformance(java.lang.Boolean value)
Sets the value of the cmafConformance 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. 
 | 
void | 
setVideoSmartCropArray(VideoSmartCropArray value)
Sets the value of the videoSmartCropArray property. 
 | 
void | 
setVideoSmartCropSampleRate(java.lang.Integer value)
Sets the value of the videoSmartCropSampleRate property. 
 | 
public HandleArray getVideoEncodingPresetsArray()
HandleArraypublic void setVideoEncodingPresetsArray(HandleArray value)
value - allowed object is
     HandleArraypublic VideoEncodingArray getVideoEncodingArray()
VideoEncodingArraypublic void setVideoEncodingArray(VideoEncodingArray value)
value - allowed object is
     VideoEncodingArraypublic VideoSmartCropArray getVideoSmartCropArray()
VideoSmartCropArraypublic void setVideoSmartCropArray(VideoSmartCropArray value)
value - allowed object is
     VideoSmartCropArraypublic java.lang.Integer getVideoSmartCropSampleRate()
Integerpublic void setVideoSmartCropSampleRate(java.lang.Integer value)
value - allowed object is
     Integerpublic AvsEncodingArray getAvsEncodingArray()
AvsEncodingArraypublic void setAvsEncodingArray(AvsEncodingArray value)
value - allowed object is
     AvsEncodingArraypublic java.lang.Boolean isGenerateThumbnail()
Booleanpublic void setGenerateThumbnail(java.lang.Boolean value)
value - allowed object is
     Booleanpublic ThumbnailOptions getThumbnailOptions()
ThumbnailOptionspublic void setThumbnailOptions(ThumbnailOptions value)
value - allowed object is
     ThumbnailOptionspublic java.lang.Boolean isCmafConformance()
Booleanpublic void setCmafConformance(java.lang.Boolean value)
value - allowed object is
     BooleanCopyright © 2010 - 2023 Adobe. All Rights Reserved