public class VideoEncoding
extends java.lang.Object
Java 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/2017-10-29-beta}PropertyArray" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
VideoEncoding() |
Modifier and Type | Method and Description |
---|---|
PropertyArray |
getAdvancedSettings()
Gets the value of the advancedSettings property.
|
int |
getAudioBitrate()
Gets the value of the audioBitrate property.
|
java.lang.String |
getAudioCodec()
Gets the value of the audioCodec property.
|
java.lang.Integer |
getAudioSampleRate()
Gets the value of the audioSampleRate property.
|
java.lang.String |
getFileSuffix()
Gets the value of the fileSuffix property.
|
java.lang.Double |
getFrameRate()
Gets the value of the frameRate property.
|
java.lang.String |
getH264Level()
Gets the value of the h264Level property.
|
java.lang.String |
getH264Profile()
Gets the value of the h264Profile property.
|
java.lang.Integer |
getHeight()
Gets the value of the height property.
|
java.lang.Integer |
getKeyframeInterval()
Gets the value of the keyframeInterval property.
|
java.lang.Integer |
getMaxBitrate()
Gets the value of the maxBitrate property.
|
java.lang.Integer |
getMinBitrate()
Gets the value of the minBitrate property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getPlaybackTarget()
Gets the value of the playbackTarget property.
|
int |
getVideoBitrate()
Gets the value of the videoBitrate property.
|
java.lang.String |
getVideoCodec()
Gets the value of the videoCodec property.
|
java.lang.Integer |
getWidth()
Gets the value of the width property.
|
java.lang.Boolean |
isConstantBitrate()
Gets the value of the constantBitrate property.
|
java.lang.Boolean |
isTwoPass()
Gets the value of the twoPass property.
|
void |
setAdvancedSettings(PropertyArray value)
Sets the value of the advancedSettings property.
|
void |
setAudioBitrate(int value)
Sets the value of the audioBitrate property.
|
void |
setAudioCodec(java.lang.String value)
Sets the value of the audioCodec property.
|
void |
setAudioSampleRate(java.lang.Integer value)
Sets the value of the audioSampleRate property.
|
void |
setConstantBitrate(java.lang.Boolean value)
Sets the value of the constantBitrate property.
|
void |
setFileSuffix(java.lang.String value)
Sets the value of the fileSuffix property.
|
void |
setFrameRate(java.lang.Double value)
Sets the value of the frameRate property.
|
void |
setH264Level(java.lang.String value)
Sets the value of the h264Level property.
|
void |
setH264Profile(java.lang.String value)
Sets the value of the h264Profile property.
|
void |
setHeight(java.lang.Integer value)
Sets the value of the height property.
|
void |
setKeyframeInterval(java.lang.Integer value)
Sets the value of the keyframeInterval property.
|
void |
setMaxBitrate(java.lang.Integer value)
Sets the value of the maxBitrate property.
|
void |
setMinBitrate(java.lang.Integer value)
Sets the value of the minBitrate property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPlaybackTarget(java.lang.String value)
Sets the value of the playbackTarget property.
|
void |
setTwoPass(java.lang.Boolean value)
Sets the value of the twoPass property.
|
void |
setVideoBitrate(int value)
Sets the value of the videoBitrate property.
|
void |
setVideoCodec(java.lang.String value)
Sets the value of the videoCodec property.
|
void |
setWidth(java.lang.Integer value)
Sets the value of the width property.
|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFileSuffix()
String
public void setFileSuffix(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPlaybackTarget()
String
public void setPlaybackTarget(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getWidth()
Integer
public void setWidth(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getHeight()
Integer
public void setHeight(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getVideoCodec()
String
public void setVideoCodec(java.lang.String value)
value
- allowed object is
String
public int getVideoBitrate()
public void setVideoBitrate(int value)
public java.lang.Integer getMinBitrate()
Integer
public void setMinBitrate(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getMaxBitrate()
Integer
public void setMaxBitrate(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Boolean isConstantBitrate()
Boolean
public void setConstantBitrate(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Double getFrameRate()
Double
public void setFrameRate(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Integer getKeyframeInterval()
Integer
public void setKeyframeInterval(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getH264Profile()
String
public void setH264Profile(java.lang.String value)
value
- allowed object is
String
public java.lang.String getH264Level()
String
public void setH264Level(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isTwoPass()
Boolean
public void setTwoPass(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getAudioCodec()
String
public void setAudioCodec(java.lang.String value)
value
- allowed object is
String
public int getAudioBitrate()
public void setAudioBitrate(int value)
public java.lang.Integer getAudioSampleRate()
Integer
public void setAudioSampleRate(java.lang.Integer value)
value
- allowed object is
Integer
public PropertyArray getAdvancedSettings()
PropertyArray
public void setAdvancedSettings(PropertyArray value)
value
- allowed object is
PropertyArray
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"