Package com.scene7.ipsapi
Class MediaOptions
- java.lang.Object
-
- com.scene7.ipsapi.MediaOptions
-
public class MediaOptions extends java.lang.ObjectJava 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 Summary
Constructors Constructor Description MediaOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AvsEncodingArraygetAvsEncodingArray()Gets the value of the avsEncodingArray property.ThumbnailOptionsgetThumbnailOptions()Gets the value of the thumbnailOptions property.VideoEncodingArraygetVideoEncodingArray()Gets the value of the videoEncodingArray property.HandleArraygetVideoEncodingPresetsArray()Gets the value of the videoEncodingPresetsArray property.VideoSmartCropArraygetVideoSmartCropArray()Gets the value of the videoSmartCropArray property.java.lang.IntegergetVideoSmartCropSampleRate()Gets the value of the videoSmartCropSampleRate property.java.lang.BooleanisCmafConformance()Gets the value of the cmafConformance property.java.lang.BooleanisGenerateThumbnail()Gets the value of the generateThumbnail property.voidsetAvsEncodingArray(AvsEncodingArray value)Sets the value of the avsEncodingArray property.voidsetCmafConformance(java.lang.Boolean value)Sets the value of the cmafConformance property.voidsetGenerateThumbnail(java.lang.Boolean value)Sets the value of the generateThumbnail property.voidsetThumbnailOptions(ThumbnailOptions value)Sets the value of the thumbnailOptions property.voidsetVideoEncodingArray(VideoEncodingArray value)Sets the value of the videoEncodingArray property.voidsetVideoEncodingPresetsArray(HandleArray value)Sets the value of the videoEncodingPresetsArray property.voidsetVideoSmartCropArray(VideoSmartCropArray value)Sets the value of the videoSmartCropArray property.voidsetVideoSmartCropSampleRate(java.lang.Integer value)Sets the value of the videoSmartCropSampleRate property.
-
-
-
Method Detail
-
getVideoEncodingPresetsArray
public HandleArray getVideoEncodingPresetsArray()
Gets the value of the videoEncodingPresetsArray property.- Returns:
- possible object is
HandleArray
-
setVideoEncodingPresetsArray
public void setVideoEncodingPresetsArray(HandleArray value)
Sets the value of the videoEncodingPresetsArray property.- Parameters:
value- allowed object isHandleArray
-
getVideoEncodingArray
public VideoEncodingArray getVideoEncodingArray()
Gets the value of the videoEncodingArray property.- Returns:
- possible object is
VideoEncodingArray
-
setVideoEncodingArray
public void setVideoEncodingArray(VideoEncodingArray value)
Sets the value of the videoEncodingArray property.- Parameters:
value- allowed object isVideoEncodingArray
-
getVideoSmartCropArray
public VideoSmartCropArray getVideoSmartCropArray()
Gets the value of the videoSmartCropArray property.- Returns:
- possible object is
VideoSmartCropArray
-
setVideoSmartCropArray
public void setVideoSmartCropArray(VideoSmartCropArray value)
Sets the value of the videoSmartCropArray property.- Parameters:
value- allowed object isVideoSmartCropArray
-
getVideoSmartCropSampleRate
public java.lang.Integer getVideoSmartCropSampleRate()
Gets the value of the videoSmartCropSampleRate property.- Returns:
- possible object is
Integer
-
setVideoSmartCropSampleRate
public void setVideoSmartCropSampleRate(java.lang.Integer value)
Sets the value of the videoSmartCropSampleRate property.- Parameters:
value- allowed object isInteger
-
getAvsEncodingArray
public AvsEncodingArray getAvsEncodingArray()
Gets the value of the avsEncodingArray property.- Returns:
- possible object is
AvsEncodingArray
-
setAvsEncodingArray
public void setAvsEncodingArray(AvsEncodingArray value)
Sets the value of the avsEncodingArray property.- Parameters:
value- allowed object isAvsEncodingArray
-
isGenerateThumbnail
public java.lang.Boolean isGenerateThumbnail()
Gets the value of the generateThumbnail property.- Returns:
- possible object is
Boolean
-
setGenerateThumbnail
public void setGenerateThumbnail(java.lang.Boolean value)
Sets the value of the generateThumbnail property.- Parameters:
value- allowed object isBoolean
-
getThumbnailOptions
public ThumbnailOptions getThumbnailOptions()
Gets the value of the thumbnailOptions property.- Returns:
- possible object is
ThumbnailOptions
-
setThumbnailOptions
public void setThumbnailOptions(ThumbnailOptions value)
Sets the value of the thumbnailOptions property.- Parameters:
value- allowed object isThumbnailOptions
-
isCmafConformance
public java.lang.Boolean isCmafConformance()
Gets the value of the cmafConformance property.- Returns:
- possible object is
Boolean
-
setCmafConformance
public void setCmafConformance(java.lang.Boolean value)
Sets the value of the cmafConformance property.- Parameters:
value- allowed object isBoolean
-
-