Package com.scene7.ipsapi
Class MediaOptions
java.lang.Object
com.scene7.ipsapi.MediaOptions
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the avsEncodingArray property.Gets the value of the thumbnailOptions property.Gets the value of the videoEncodingArray property.Gets the value of the videoEncodingPresetsArray property.Gets the value of the videoSmartCropArray property.Gets the value of the videoSmartCropSampleRate property.Gets the value of the cmafConformance property.Gets the value of the generateThumbnail property.voidSets the value of the avsEncodingArray property.voidsetCmafConformance(Boolean value) Sets the value of the cmafConformance property.voidsetGenerateThumbnail(Boolean value) Sets the value of the generateThumbnail property.voidSets the value of the thumbnailOptions property.voidSets the value of the videoEncodingArray property.voidSets the value of the videoEncodingPresetsArray property.voidSets the value of the videoSmartCropArray property.voidSets the value of the videoSmartCropSampleRate property.
-
Constructor Details
-
MediaOptions
public MediaOptions()
-
-
Method Details
-
getVideoEncodingPresetsArray
Gets the value of the videoEncodingPresetsArray property.- Returns:
- possible object is
HandleArray
-
setVideoEncodingPresetsArray
Sets the value of the videoEncodingPresetsArray property.- Parameters:
value- allowed object isHandleArray
-
getVideoEncodingArray
Gets the value of the videoEncodingArray property.- Returns:
- possible object is
VideoEncodingArray
-
setVideoEncodingArray
Sets the value of the videoEncodingArray property.- Parameters:
value- allowed object isVideoEncodingArray
-
getVideoSmartCropArray
Gets the value of the videoSmartCropArray property.- Returns:
- possible object is
VideoSmartCropArray
-
setVideoSmartCropArray
Sets the value of the videoSmartCropArray property.- Parameters:
value- allowed object isVideoSmartCropArray
-
getVideoSmartCropSampleRate
Gets the value of the videoSmartCropSampleRate property.- Returns:
- possible object is
Integer
-
setVideoSmartCropSampleRate
Sets the value of the videoSmartCropSampleRate property.- Parameters:
value- allowed object isInteger
-
getAvsEncodingArray
Gets the value of the avsEncodingArray property.- Returns:
- possible object is
AvsEncodingArray
-
setAvsEncodingArray
Sets the value of the avsEncodingArray property.- Parameters:
value- allowed object isAvsEncodingArray
-
isGenerateThumbnail
Gets the value of the generateThumbnail property.- Returns:
- possible object is
Boolean
-
setGenerateThumbnail
Sets the value of the generateThumbnail property.- Parameters:
value- allowed object isBoolean
-
getThumbnailOptions
Gets the value of the thumbnailOptions property.- Returns:
- possible object is
ThumbnailOptions
-
setThumbnailOptions
Sets the value of the thumbnailOptions property.- Parameters:
value- allowed object isThumbnailOptions
-
isCmafConformance
Gets the value of the cmafConformance property.- Returns:
- possible object is
Boolean
-
setCmafConformance
Sets the value of the cmafConformance property.- Parameters:
value- allowed object isBoolean
-