Package com.scene7.ipsapi
Class VideoEncoding
- java.lang.Object
-
- com.scene7.ipsapi.VideoEncoding
-
public class VideoEncoding extends java.lang.ObjectJava class for VideoEncoding complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VideoEncoding"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="fileSuffix" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="playbackTarget" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="width" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="height" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="videoCodec" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="videoBitrate" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="minBitrate" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="maxBitrate" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="constantBitrate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="frameRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="keyframeInterval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="h264Profile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="h264Level" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="twoPass" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="audioCodec" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="audioBitrate" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="audioSampleRate" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="advancedSettings" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}PropertyArray" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description VideoEncoding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyArraygetAdvancedSettings()Gets the value of the advancedSettings property.intgetAudioBitrate()Gets the value of the audioBitrate property.java.lang.StringgetAudioCodec()Gets the value of the audioCodec property.java.lang.IntegergetAudioSampleRate()Gets the value of the audioSampleRate property.java.lang.StringgetFileSuffix()Gets the value of the fileSuffix property.java.lang.DoublegetFrameRate()Gets the value of the frameRate property.java.lang.StringgetH264Level()Gets the value of the h264Level property.java.lang.StringgetH264Profile()Gets the value of the h264Profile property.java.lang.IntegergetHeight()Gets the value of the height property.java.lang.IntegergetKeyframeInterval()Gets the value of the keyframeInterval property.java.lang.IntegergetMaxBitrate()Gets the value of the maxBitrate property.java.lang.IntegergetMinBitrate()Gets the value of the minBitrate property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetPlaybackTarget()Gets the value of the playbackTarget property.intgetVideoBitrate()Gets the value of the videoBitrate property.java.lang.StringgetVideoCodec()Gets the value of the videoCodec property.java.lang.IntegergetWidth()Gets the value of the width property.java.lang.BooleanisConstantBitrate()Gets the value of the constantBitrate property.java.lang.BooleanisTwoPass()Gets the value of the twoPass property.voidsetAdvancedSettings(PropertyArray value)Sets the value of the advancedSettings property.voidsetAudioBitrate(int value)Sets the value of the audioBitrate property.voidsetAudioCodec(java.lang.String value)Sets the value of the audioCodec property.voidsetAudioSampleRate(java.lang.Integer value)Sets the value of the audioSampleRate property.voidsetConstantBitrate(java.lang.Boolean value)Sets the value of the constantBitrate property.voidsetFileSuffix(java.lang.String value)Sets the value of the fileSuffix property.voidsetFrameRate(java.lang.Double value)Sets the value of the frameRate property.voidsetH264Level(java.lang.String value)Sets the value of the h264Level property.voidsetH264Profile(java.lang.String value)Sets the value of the h264Profile property.voidsetHeight(java.lang.Integer value)Sets the value of the height property.voidsetKeyframeInterval(java.lang.Integer value)Sets the value of the keyframeInterval property.voidsetMaxBitrate(java.lang.Integer value)Sets the value of the maxBitrate property.voidsetMinBitrate(java.lang.Integer value)Sets the value of the minBitrate property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetPlaybackTarget(java.lang.String value)Sets the value of the playbackTarget property.voidsetTwoPass(java.lang.Boolean value)Sets the value of the twoPass property.voidsetVideoBitrate(int value)Sets the value of the videoBitrate property.voidsetVideoCodec(java.lang.String value)Sets the value of the videoCodec property.voidsetWidth(java.lang.Integer value)Sets the value of the width property.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getFileSuffix
public java.lang.String getFileSuffix()
Gets the value of the fileSuffix property.- Returns:
- possible object is
String
-
setFileSuffix
public void setFileSuffix(java.lang.String value)
Sets the value of the fileSuffix property.- Parameters:
value- allowed object isString
-
getPlaybackTarget
public java.lang.String getPlaybackTarget()
Gets the value of the playbackTarget property.- Returns:
- possible object is
String
-
setPlaybackTarget
public void setPlaybackTarget(java.lang.String value)
Sets the value of the playbackTarget property.- Parameters:
value- allowed object isString
-
getWidth
public java.lang.Integer getWidth()
Gets the value of the width property.- Returns:
- possible object is
Integer
-
setWidth
public void setWidth(java.lang.Integer value)
Sets the value of the width property.- Parameters:
value- allowed object isInteger
-
getHeight
public java.lang.Integer getHeight()
Gets the value of the height property.- Returns:
- possible object is
Integer
-
setHeight
public void setHeight(java.lang.Integer value)
Sets the value of the height property.- Parameters:
value- allowed object isInteger
-
getVideoCodec
public java.lang.String getVideoCodec()
Gets the value of the videoCodec property.- Returns:
- possible object is
String
-
setVideoCodec
public void setVideoCodec(java.lang.String value)
Sets the value of the videoCodec property.- Parameters:
value- allowed object isString
-
getVideoBitrate
public int getVideoBitrate()
Gets the value of the videoBitrate property.
-
setVideoBitrate
public void setVideoBitrate(int value)
Sets the value of the videoBitrate property.
-
getMinBitrate
public java.lang.Integer getMinBitrate()
Gets the value of the minBitrate property.- Returns:
- possible object is
Integer
-
setMinBitrate
public void setMinBitrate(java.lang.Integer value)
Sets the value of the minBitrate property.- Parameters:
value- allowed object isInteger
-
getMaxBitrate
public java.lang.Integer getMaxBitrate()
Gets the value of the maxBitrate property.- Returns:
- possible object is
Integer
-
setMaxBitrate
public void setMaxBitrate(java.lang.Integer value)
Sets the value of the maxBitrate property.- Parameters:
value- allowed object isInteger
-
isConstantBitrate
public java.lang.Boolean isConstantBitrate()
Gets the value of the constantBitrate property.- Returns:
- possible object is
Boolean
-
setConstantBitrate
public void setConstantBitrate(java.lang.Boolean value)
Sets the value of the constantBitrate property.- Parameters:
value- allowed object isBoolean
-
getFrameRate
public java.lang.Double getFrameRate()
Gets the value of the frameRate property.- Returns:
- possible object is
Double
-
setFrameRate
public void setFrameRate(java.lang.Double value)
Sets the value of the frameRate property.- Parameters:
value- allowed object isDouble
-
getKeyframeInterval
public java.lang.Integer getKeyframeInterval()
Gets the value of the keyframeInterval property.- Returns:
- possible object is
Integer
-
setKeyframeInterval
public void setKeyframeInterval(java.lang.Integer value)
Sets the value of the keyframeInterval property.- Parameters:
value- allowed object isInteger
-
getH264Profile
public java.lang.String getH264Profile()
Gets the value of the h264Profile property.- Returns:
- possible object is
String
-
setH264Profile
public void setH264Profile(java.lang.String value)
Sets the value of the h264Profile property.- Parameters:
value- allowed object isString
-
getH264Level
public java.lang.String getH264Level()
Gets the value of the h264Level property.- Returns:
- possible object is
String
-
setH264Level
public void setH264Level(java.lang.String value)
Sets the value of the h264Level property.- Parameters:
value- allowed object isString
-
isTwoPass
public java.lang.Boolean isTwoPass()
Gets the value of the twoPass property.- Returns:
- possible object is
Boolean
-
setTwoPass
public void setTwoPass(java.lang.Boolean value)
Sets the value of the twoPass property.- Parameters:
value- allowed object isBoolean
-
getAudioCodec
public java.lang.String getAudioCodec()
Gets the value of the audioCodec property.- Returns:
- possible object is
String
-
setAudioCodec
public void setAudioCodec(java.lang.String value)
Sets the value of the audioCodec property.- Parameters:
value- allowed object isString
-
getAudioBitrate
public int getAudioBitrate()
Gets the value of the audioBitrate property.
-
setAudioBitrate
public void setAudioBitrate(int value)
Sets the value of the audioBitrate property.
-
getAudioSampleRate
public java.lang.Integer getAudioSampleRate()
Gets the value of the audioSampleRate property.- Returns:
- possible object is
Integer
-
setAudioSampleRate
public void setAudioSampleRate(java.lang.Integer value)
Sets the value of the audioSampleRate property.- Parameters:
value- allowed object isInteger
-
getAdvancedSettings
public PropertyArray getAdvancedSettings()
Gets the value of the advancedSettings property.- Returns:
- possible object is
PropertyArray
-
setAdvancedSettings
public void setAdvancedSettings(PropertyArray value)
Sets the value of the advancedSettings property.- Parameters:
value- allowed object isPropertyArray
-
-