Package com.scene7.ipsapi
Class MediaOptions
- java.lang.Object
-
- com.scene7.ipsapi.MediaOptions
-
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/2021-04-26-beta}HandleArray" minOccurs="0"/> <element name="videoEncodingArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}VideoEncodingArray" minOccurs="0"/> <element name="videoSmartCropArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-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/2021-04-26-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/2021-04-26-beta}ThumbnailOptions" 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 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
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.void
setVideoSmartCropArray(VideoSmartCropArray value)
Sets the value of the videoSmartCropArray property.void
setVideoSmartCropSampleRate(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
-
-