Class TranscodePresetType
- java.lang.Object
-
- com.vidispine.generated.TranscodePresetType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class TranscodePresetType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for TranscodePresetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TranscodePresetType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="audio" type="{http://xml.vidispine.com/schema/vidispine}AudioTranscodePresetType" minOccurs="0"/> <element name="audioTrack" type="{http://xml.vidispine.com/schema/vidispine}AudioTrackTranscodePresetType" maxOccurs="unbounded" minOccurs="0"/> <element name="video" type="{http://xml.vidispine.com/schema/vidispine}VideoTranscodePresetType" minOccurs="0"/> <element name="startTimecode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="fastStartSetting" type="{http://xml.vidispine.com/schema/vidispine}FastStartSettingType" minOccurs="0"/> <element name="thumbnailResolution" type="{http://xml.vidispine.com/schema/vidispine}ResolutionType" minOccurs="0"/> <element name="thumbnailBackground" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="thumbnailPeriod" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" minOccurs="0"/> <element name="thumbnailPlugin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="posterResolution" type="{http://xml.vidispine.com/schema/vidispine}ResolutionType" minOccurs="0"/> <element name="posterBackground" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="faceDetect" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/> <element name="preserveEDL" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="addClipName" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="overlay" type="{http://xml.vidispine.com/schema/vidispine}OverlayType" maxOccurs="unbounded" minOccurs="0"/> <element name="textOverlay" type="{http://xml.vidispine.com/schema/vidispine}TextOverlayType" maxOccurs="unbounded" minOccurs="0"/> <element name="preferredSourceTag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="script" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="shapeMetadata" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/> <element name="maxChunkDuration" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" minOccurs="0"/> <element name="demuxerSetting" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/> <element name="muxerSetting" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/> <element name="sequenceOutput" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="start" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="width" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="mediaconvert" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="inputSetting" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="outputSetting" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="other" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TranscodePresetType.Mediaconvert
Java class for anonymous complex type.static class
TranscodePresetType.PropInfo
static class
TranscodePresetType.SequenceOutput
Java class for anonymous complex type.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TranscodePresetType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
AudioTranscodePresetType
getAudio()
Gets the value of the audio property.List<AudioTrackTranscodePresetType>
getAudioTrack()
Gets the value of the audioTrack property.List<KeyValuePairType>
getDemuxerSetting()
Gets the value of the demuxerSetting property.String
getDescription()
Gets the value of the description property.FastStartSettingType
getFastStartSetting()
Gets the value of the fastStartSetting property.String
getFormat()
Gets the value of the format property.TimeCodeType
getMaxChunkDuration()
Gets the value of the maxChunkDuration property.TranscodePresetType.Mediaconvert
getMediaconvert()
Gets the value of the mediaconvert property.SimpleMetadataType
getMetadata()
Gets the value of the metadata property.List<KeyValuePairType>
getMuxerSetting()
Gets the value of the muxerSetting property.String
getName()
Gets the value of the name property.List<OverlayType>
getOverlay()
Gets the value of the overlay property.String
getPosterBackground()
Gets the value of the posterBackground property.ResolutionType
getPosterResolution()
Gets the value of the posterResolution property.String
getPreferredSourceTag()
Gets the value of the preferredSourceTag property.String
getScript()
Gets the value of the script property.TranscodePresetType.SequenceOutput
getSequenceOutput()
Gets the value of the sequenceOutput property.List<KeyValuePairType>
getShapeMetadata()
Gets the value of the shapeMetadata property.String
getStartTimecode()
Gets the value of the startTimecode property.List<TextOverlayType>
getTextOverlay()
Gets the value of the textOverlay property.String
getThumbnailBackground()
Gets the value of the thumbnailBackground property.TimeCodeType
getThumbnailPeriod()
Gets the value of the thumbnailPeriod property.String
getThumbnailPlugin()
Gets the value of the thumbnailPlugin property.ResolutionType
getThumbnailResolution()
Gets the value of the thumbnailResolution property.VideoTranscodePresetType
getVideo()
Gets the value of the video property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Boolean
isAddClipName()
Gets the value of the addClipName property.Boolean
isFaceDetect()
Gets the value of the faceDetect property.Boolean
isPreserveEDL()
Gets the value of the preserveEDL property.boolean
isSetAddClipName()
boolean
isSetAudio()
boolean
isSetAudioTrack()
boolean
isSetDemuxerSetting()
boolean
isSetDescription()
boolean
isSetFaceDetect()
boolean
isSetFastStartSetting()
boolean
isSetFormat()
boolean
isSetMaxChunkDuration()
boolean
isSetMediaconvert()
boolean
isSetMetadata()
boolean
isSetMuxerSetting()
boolean
isSetName()
boolean
isSetOverlay()
boolean
isSetPosterBackground()
boolean
isSetPosterResolution()
boolean
isSetPreferredSourceTag()
boolean
isSetPreserveEDL()
boolean
isSetScript()
boolean
isSetSequenceOutput()
boolean
isSetShapeMetadata()
boolean
isSetStartTimecode()
boolean
isSetTextOverlay()
boolean
isSetThumbnailBackground()
boolean
isSetThumbnailPeriod()
boolean
isSetThumbnailPlugin()
boolean
isSetThumbnailResolution()
boolean
isSetVideo()
void
setAddClipName(Boolean value)
Sets the value of the addClipName property.void
setAudio(AudioTranscodePresetType value)
Sets the value of the audio property.void
setDescription(String value)
Sets the value of the description property.void
setFaceDetect(Boolean value)
Sets the value of the faceDetect property.void
setFastStartSetting(FastStartSettingType value)
Sets the value of the fastStartSetting property.void
setFormat(String value)
Sets the value of the format property.void
setMaxChunkDuration(TimeCodeType value)
Sets the value of the maxChunkDuration property.void
setMediaconvert(TranscodePresetType.Mediaconvert value)
Sets the value of the mediaconvert property.void
setMetadata(SimpleMetadataType value)
Sets the value of the metadata property.void
setName(String value)
Sets the value of the name property.void
setPosterBackground(String value)
Sets the value of the posterBackground property.void
setPosterResolution(ResolutionType value)
Sets the value of the posterResolution property.void
setPreferredSourceTag(String value)
Sets the value of the preferredSourceTag property.void
setPreserveEDL(Boolean value)
Sets the value of the preserveEDL property.void
setScript(String value)
Sets the value of the script property.void
setSequenceOutput(TranscodePresetType.SequenceOutput value)
Sets the value of the sequenceOutput property.void
setStartTimecode(String value)
Sets the value of the startTimecode property.void
setThumbnailBackground(String value)
Sets the value of the thumbnailBackground property.void
setThumbnailPeriod(TimeCodeType value)
Sets the value of the thumbnailPeriod property.void
setThumbnailPlugin(String value)
Sets the value of the thumbnailPlugin property.void
setThumbnailResolution(ResolutionType value)
Sets the value of the thumbnailResolution property.void
setVideo(VideoTranscodePresetType value)
Sets the value of the video property.void
unsetAudioTrack()
void
unsetDemuxerSetting()
void
unsetMuxerSetting()
void
unsetOverlay()
void
unsetShapeMetadata()
void
unsetTextOverlay()
TranscodePresetType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TranscodePresetType
withAddClipName(Boolean value)
TranscodePresetType
withAudio(AudioTranscodePresetType value)
TranscodePresetType
withAudioTrack(AudioTrackTranscodePresetType... values)
TranscodePresetType
withAudioTrack(Collection<AudioTrackTranscodePresetType> values)
TranscodePresetType
withDemuxerSetting(KeyValuePairType... values)
TranscodePresetType
withDemuxerSetting(Collection<KeyValuePairType> values)
TranscodePresetType
withDescription(String value)
TranscodePresetType
withFaceDetect(Boolean value)
TranscodePresetType
withFastStartSetting(FastStartSettingType value)
TranscodePresetType
withFormat(String value)
TranscodePresetType
withMaxChunkDuration(TimeCodeType value)
TranscodePresetType
withMediaconvert(TranscodePresetType.Mediaconvert value)
TranscodePresetType
withMetadata(SimpleMetadataType value)
TranscodePresetType
withMuxerSetting(KeyValuePairType... values)
TranscodePresetType
withMuxerSetting(Collection<KeyValuePairType> values)
TranscodePresetType
withName(String value)
TranscodePresetType
withOverlay(OverlayType... values)
TranscodePresetType
withOverlay(Collection<OverlayType> values)
TranscodePresetType
withPosterBackground(String value)
TranscodePresetType
withPosterResolution(ResolutionType value)
TranscodePresetType
withPreferredSourceTag(String value)
TranscodePresetType
withPreserveEDL(Boolean value)
TranscodePresetType
withScript(String value)
TranscodePresetType
withSequenceOutput(TranscodePresetType.SequenceOutput value)
TranscodePresetType
withShapeMetadata(KeyValuePairType... values)
TranscodePresetType
withShapeMetadata(Collection<KeyValuePairType> values)
TranscodePresetType
withStartTimecode(String value)
TranscodePresetType
withTextOverlay(TextOverlayType... values)
TranscodePresetType
withTextOverlay(Collection<TextOverlayType> values)
TranscodePresetType
withThumbnailBackground(String value)
TranscodePresetType
withThumbnailPeriod(TimeCodeType value)
TranscodePresetType
withThumbnailPlugin(String value)
TranscodePresetType
withThumbnailResolution(ResolutionType value)
TranscodePresetType
withVideo(VideoTranscodePresetType value)
-
-
-
Field Detail
-
description
protected String description
-
name
protected String name
-
format
protected String format
-
audio
protected AudioTranscodePresetType audio
-
audioTrack
protected List<AudioTrackTranscodePresetType> audioTrack
-
video
protected VideoTranscodePresetType video
-
startTimecode
protected String startTimecode
-
fastStartSetting
protected FastStartSettingType fastStartSetting
-
thumbnailResolution
protected ResolutionType thumbnailResolution
-
thumbnailBackground
protected String thumbnailBackground
-
thumbnailPeriod
protected TimeCodeType thumbnailPeriod
-
thumbnailPlugin
protected String thumbnailPlugin
-
posterResolution
protected ResolutionType posterResolution
-
posterBackground
protected String posterBackground
-
faceDetect
protected Boolean faceDetect
-
metadata
protected SimpleMetadataType metadata
-
preserveEDL
protected Boolean preserveEDL
-
addClipName
protected Boolean addClipName
-
overlay
protected List<OverlayType> overlay
-
textOverlay
protected List<TextOverlayType> textOverlay
-
preferredSourceTag
protected String preferredSourceTag
-
script
protected String script
-
shapeMetadata
protected List<KeyValuePairType> shapeMetadata
-
maxChunkDuration
protected TimeCodeType maxChunkDuration
-
demuxerSetting
protected List<KeyValuePairType> demuxerSetting
-
muxerSetting
protected List<KeyValuePairType> muxerSetting
-
sequenceOutput
protected TranscodePresetType.SequenceOutput sequenceOutput
-
mediaconvert
protected TranscodePresetType.Mediaconvert mediaconvert
-
-
Method Detail
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
isSetDescription
public boolean isSetDescription()
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName()
-
getFormat
public String getFormat()
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
public void setFormat(String value)
Sets the value of the format property.- Parameters:
value
- allowed object isString
-
isSetFormat
public boolean isSetFormat()
-
getAudio
public AudioTranscodePresetType getAudio()
Gets the value of the audio property.- Returns:
- possible object is
AudioTranscodePresetType
-
setAudio
public void setAudio(AudioTranscodePresetType value)
Sets the value of the audio property.- Parameters:
value
- allowed object isAudioTranscodePresetType
-
isSetAudio
public boolean isSetAudio()
-
getAudioTrack
public List<AudioTrackTranscodePresetType> getAudioTrack()
Gets the value of the audioTrack property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the audioTrack property.For example, to add a new item, do as follows:
getAudioTrack().add(newItem);
Objects of the following type(s) are allowed in the list
AudioTrackTranscodePresetType
-
isSetAudioTrack
public boolean isSetAudioTrack()
-
unsetAudioTrack
public void unsetAudioTrack()
-
getVideo
public VideoTranscodePresetType getVideo()
Gets the value of the video property.- Returns:
- possible object is
VideoTranscodePresetType
-
setVideo
public void setVideo(VideoTranscodePresetType value)
Sets the value of the video property.- Parameters:
value
- allowed object isVideoTranscodePresetType
-
isSetVideo
public boolean isSetVideo()
-
getStartTimecode
public String getStartTimecode()
Gets the value of the startTimecode property.- Returns:
- possible object is
String
-
setStartTimecode
public void setStartTimecode(String value)
Sets the value of the startTimecode property.- Parameters:
value
- allowed object isString
-
isSetStartTimecode
public boolean isSetStartTimecode()
-
getFastStartSetting
public FastStartSettingType getFastStartSetting()
Gets the value of the fastStartSetting property.- Returns:
- possible object is
FastStartSettingType
-
setFastStartSetting
public void setFastStartSetting(FastStartSettingType value)
Sets the value of the fastStartSetting property.- Parameters:
value
- allowed object isFastStartSettingType
-
isSetFastStartSetting
public boolean isSetFastStartSetting()
-
getThumbnailResolution
public ResolutionType getThumbnailResolution()
Gets the value of the thumbnailResolution property.- Returns:
- possible object is
ResolutionType
-
setThumbnailResolution
public void setThumbnailResolution(ResolutionType value)
Sets the value of the thumbnailResolution property.- Parameters:
value
- allowed object isResolutionType
-
isSetThumbnailResolution
public boolean isSetThumbnailResolution()
-
getThumbnailBackground
public String getThumbnailBackground()
Gets the value of the thumbnailBackground property.- Returns:
- possible object is
String
-
setThumbnailBackground
public void setThumbnailBackground(String value)
Sets the value of the thumbnailBackground property.- Parameters:
value
- allowed object isString
-
isSetThumbnailBackground
public boolean isSetThumbnailBackground()
-
getThumbnailPeriod
public TimeCodeType getThumbnailPeriod()
Gets the value of the thumbnailPeriod property.- Returns:
- possible object is
TimeCodeType
-
setThumbnailPeriod
public void setThumbnailPeriod(TimeCodeType value)
Sets the value of the thumbnailPeriod property.- Parameters:
value
- allowed object isTimeCodeType
-
isSetThumbnailPeriod
public boolean isSetThumbnailPeriod()
-
getThumbnailPlugin
public String getThumbnailPlugin()
Gets the value of the thumbnailPlugin property.- Returns:
- possible object is
String
-
setThumbnailPlugin
public void setThumbnailPlugin(String value)
Sets the value of the thumbnailPlugin property.- Parameters:
value
- allowed object isString
-
isSetThumbnailPlugin
public boolean isSetThumbnailPlugin()
-
getPosterResolution
public ResolutionType getPosterResolution()
Gets the value of the posterResolution property.- Returns:
- possible object is
ResolutionType
-
setPosterResolution
public void setPosterResolution(ResolutionType value)
Sets the value of the posterResolution property.- Parameters:
value
- allowed object isResolutionType
-
isSetPosterResolution
public boolean isSetPosterResolution()
-
getPosterBackground
public String getPosterBackground()
Gets the value of the posterBackground property.- Returns:
- possible object is
String
-
setPosterBackground
public void setPosterBackground(String value)
Sets the value of the posterBackground property.- Parameters:
value
- allowed object isString
-
isSetPosterBackground
public boolean isSetPosterBackground()
-
isFaceDetect
public Boolean isFaceDetect()
Gets the value of the faceDetect property.- Returns:
- possible object is
Boolean
-
setFaceDetect
public void setFaceDetect(Boolean value)
Sets the value of the faceDetect property.- Parameters:
value
- allowed object isBoolean
-
isSetFaceDetect
public boolean isSetFaceDetect()
-
getMetadata
public SimpleMetadataType getMetadata()
Gets the value of the metadata property.- Returns:
- possible object is
SimpleMetadataType
-
setMetadata
public void setMetadata(SimpleMetadataType value)
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
-
isSetMetadata
public boolean isSetMetadata()
-
isPreserveEDL
public Boolean isPreserveEDL()
Gets the value of the preserveEDL property.- Returns:
- possible object is
Boolean
-
setPreserveEDL
public void setPreserveEDL(Boolean value)
Sets the value of the preserveEDL property.- Parameters:
value
- allowed object isBoolean
-
isSetPreserveEDL
public boolean isSetPreserveEDL()
-
isAddClipName
public Boolean isAddClipName()
Gets the value of the addClipName property.- Returns:
- possible object is
Boolean
-
setAddClipName
public void setAddClipName(Boolean value)
Sets the value of the addClipName property.- Parameters:
value
- allowed object isBoolean
-
isSetAddClipName
public boolean isSetAddClipName()
-
getOverlay
public List<OverlayType> getOverlay()
Gets the value of the overlay property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the overlay property.For example, to add a new item, do as follows:
getOverlay().add(newItem);
Objects of the following type(s) are allowed in the list
OverlayType
-
isSetOverlay
public boolean isSetOverlay()
-
unsetOverlay
public void unsetOverlay()
-
getTextOverlay
public List<TextOverlayType> getTextOverlay()
Gets the value of the textOverlay property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the textOverlay property.For example, to add a new item, do as follows:
getTextOverlay().add(newItem);
Objects of the following type(s) are allowed in the list
TextOverlayType
-
isSetTextOverlay
public boolean isSetTextOverlay()
-
unsetTextOverlay
public void unsetTextOverlay()
-
getPreferredSourceTag
public String getPreferredSourceTag()
Gets the value of the preferredSourceTag property.- Returns:
- possible object is
String
-
setPreferredSourceTag
public void setPreferredSourceTag(String value)
Sets the value of the preferredSourceTag property.- Parameters:
value
- allowed object isString
-
isSetPreferredSourceTag
public boolean isSetPreferredSourceTag()
-
getScript
public String getScript()
Gets the value of the script property.- Returns:
- possible object is
String
-
setScript
public void setScript(String value)
Sets the value of the script property.- Parameters:
value
- allowed object isString
-
isSetScript
public boolean isSetScript()
-
getShapeMetadata
public List<KeyValuePairType> getShapeMetadata()
Gets the value of the shapeMetadata property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the shapeMetadata property.For example, to add a new item, do as follows:
getShapeMetadata().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
-
isSetShapeMetadata
public boolean isSetShapeMetadata()
-
unsetShapeMetadata
public void unsetShapeMetadata()
-
getMaxChunkDuration
public TimeCodeType getMaxChunkDuration()
Gets the value of the maxChunkDuration property.- Returns:
- possible object is
TimeCodeType
-
setMaxChunkDuration
public void setMaxChunkDuration(TimeCodeType value)
Sets the value of the maxChunkDuration property.- Parameters:
value
- allowed object isTimeCodeType
-
isSetMaxChunkDuration
public boolean isSetMaxChunkDuration()
-
getDemuxerSetting
public List<KeyValuePairType> getDemuxerSetting()
Gets the value of the demuxerSetting property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the demuxerSetting property.For example, to add a new item, do as follows:
getDemuxerSetting().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
-
isSetDemuxerSetting
public boolean isSetDemuxerSetting()
-
unsetDemuxerSetting
public void unsetDemuxerSetting()
-
getMuxerSetting
public List<KeyValuePairType> getMuxerSetting()
Gets the value of the muxerSetting property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the muxerSetting property.For example, to add a new item, do as follows:
getMuxerSetting().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
-
isSetMuxerSetting
public boolean isSetMuxerSetting()
-
unsetMuxerSetting
public void unsetMuxerSetting()
-
getSequenceOutput
public TranscodePresetType.SequenceOutput getSequenceOutput()
Gets the value of the sequenceOutput property.- Returns:
- possible object is
TranscodePresetType.SequenceOutput
-
setSequenceOutput
public void setSequenceOutput(TranscodePresetType.SequenceOutput value)
Sets the value of the sequenceOutput property.- Parameters:
value
- allowed object isTranscodePresetType.SequenceOutput
-
isSetSequenceOutput
public boolean isSetSequenceOutput()
-
getMediaconvert
public TranscodePresetType.Mediaconvert getMediaconvert()
Gets the value of the mediaconvert property.- Returns:
- possible object is
TranscodePresetType.Mediaconvert
-
setMediaconvert
public void setMediaconvert(TranscodePresetType.Mediaconvert value)
Sets the value of the mediaconvert property.- Parameters:
value
- allowed object isTranscodePresetType.Mediaconvert
-
isSetMediaconvert
public boolean isSetMediaconvert()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withDescription
public TranscodePresetType withDescription(String value)
-
withName
public TranscodePresetType withName(String value)
-
withFormat
public TranscodePresetType withFormat(String value)
-
withAudio
public TranscodePresetType withAudio(AudioTranscodePresetType value)
-
withAudioTrack
public TranscodePresetType withAudioTrack(AudioTrackTranscodePresetType... values)
-
withAudioTrack
public TranscodePresetType withAudioTrack(Collection<AudioTrackTranscodePresetType> values)
-
withVideo
public TranscodePresetType withVideo(VideoTranscodePresetType value)
-
withStartTimecode
public TranscodePresetType withStartTimecode(String value)
-
withFastStartSetting
public TranscodePresetType withFastStartSetting(FastStartSettingType value)
-
withThumbnailResolution
public TranscodePresetType withThumbnailResolution(ResolutionType value)
-
withThumbnailBackground
public TranscodePresetType withThumbnailBackground(String value)
-
withThumbnailPeriod
public TranscodePresetType withThumbnailPeriod(TimeCodeType value)
-
withThumbnailPlugin
public TranscodePresetType withThumbnailPlugin(String value)
-
withPosterResolution
public TranscodePresetType withPosterResolution(ResolutionType value)
-
withPosterBackground
public TranscodePresetType withPosterBackground(String value)
-
withFaceDetect
public TranscodePresetType withFaceDetect(Boolean value)
-
withMetadata
public TranscodePresetType withMetadata(SimpleMetadataType value)
-
withPreserveEDL
public TranscodePresetType withPreserveEDL(Boolean value)
-
withAddClipName
public TranscodePresetType withAddClipName(Boolean value)
-
withOverlay
public TranscodePresetType withOverlay(OverlayType... values)
-
withOverlay
public TranscodePresetType withOverlay(Collection<OverlayType> values)
-
withTextOverlay
public TranscodePresetType withTextOverlay(TextOverlayType... values)
-
withTextOverlay
public TranscodePresetType withTextOverlay(Collection<TextOverlayType> values)
-
withPreferredSourceTag
public TranscodePresetType withPreferredSourceTag(String value)
-
withScript
public TranscodePresetType withScript(String value)
-
withShapeMetadata
public TranscodePresetType withShapeMetadata(KeyValuePairType... values)
-
withShapeMetadata
public TranscodePresetType withShapeMetadata(Collection<KeyValuePairType> values)
-
withMaxChunkDuration
public TranscodePresetType withMaxChunkDuration(TimeCodeType value)
-
withDemuxerSetting
public TranscodePresetType withDemuxerSetting(KeyValuePairType... values)
-
withDemuxerSetting
public TranscodePresetType withDemuxerSetting(Collection<KeyValuePairType> values)
-
withMuxerSetting
public TranscodePresetType withMuxerSetting(KeyValuePairType... values)
-
withMuxerSetting
public TranscodePresetType withMuxerSetting(Collection<KeyValuePairType> values)
-
withSequenceOutput
public TranscodePresetType withSequenceOutput(TranscodePresetType.SequenceOutput value)
-
withMediaconvert
public TranscodePresetType withMediaconvert(TranscodePresetType.Mediaconvert value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public TranscodePresetType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-