Class MediaOptions

java.lang.Object
com.scene7.ipsapi.MediaOptions

public class MediaOptions extends 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/2024-05-30-beta}HandleArray" minOccurs="0"/>
         <element name="videoEncodingArray" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}VideoEncodingArray" minOccurs="0"/>
         <element name="videoSmartCropArray" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-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/2024-05-30-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/2024-05-30-beta}ThumbnailOptions" minOccurs="0"/>
         <element name="cmafConformance" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • MediaOptions

      public MediaOptions()
  • Method Details

    • 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 is HandleArray
    • 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 is VideoEncodingArray
    • 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 is VideoSmartCropArray
    • getVideoSmartCropSampleRate

      public Integer getVideoSmartCropSampleRate()
      Gets the value of the videoSmartCropSampleRate property.
      Returns:
      possible object is Integer
    • setVideoSmartCropSampleRate

      public void setVideoSmartCropSampleRate(Integer value)
      Sets the value of the videoSmartCropSampleRate property.
      Parameters:
      value - allowed object is Integer
    • 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 is AvsEncodingArray
    • isGenerateThumbnail

      public Boolean isGenerateThumbnail()
      Gets the value of the generateThumbnail property.
      Returns:
      possible object is Boolean
    • setGenerateThumbnail

      public void setGenerateThumbnail(Boolean value)
      Sets the value of the generateThumbnail property.
      Parameters:
      value - allowed object is Boolean
    • 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 is ThumbnailOptions
    • isCmafConformance

      public Boolean isCmafConformance()
      Gets the value of the cmafConformance property.
      Returns:
      possible object is Boolean
    • setCmafConformance

      public void setCmafConformance(Boolean value)
      Sets the value of the cmafConformance property.
      Parameters:
      value - allowed object is Boolean