@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PresetSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
PresetSettings() |
Modifier and Type | Method and Description |
---|---|
PresetSettings |
clone() |
boolean |
equals(Object obj) |
List<AudioDescription> |
getAudioDescriptions()
(AudioDescriptions) contains groups of audio encoding settings organized by audio codec.
|
List<CaptionDescriptionPreset> |
getCaptionDescriptions()
Caption settings for this preset.
|
ContainerSettings |
getContainerSettings()
Container specific settings.
|
VideoDescription |
getVideoDescription()
(VideoDescription) contains a group of video encoding settings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAudioDescriptions(Collection<AudioDescription> audioDescriptions)
(AudioDescriptions) contains groups of audio encoding settings organized by audio codec.
|
void |
setCaptionDescriptions(Collection<CaptionDescriptionPreset> captionDescriptions)
Caption settings for this preset.
|
void |
setContainerSettings(ContainerSettings containerSettings)
Container specific settings.
|
void |
setVideoDescription(VideoDescription videoDescription)
(VideoDescription) contains a group of video encoding settings.
|
String |
toString()
Returns a string representation of this object.
|
PresetSettings |
withAudioDescriptions(AudioDescription... audioDescriptions)
(AudioDescriptions) contains groups of audio encoding settings organized by audio codec.
|
PresetSettings |
withAudioDescriptions(Collection<AudioDescription> audioDescriptions)
(AudioDescriptions) contains groups of audio encoding settings organized by audio codec.
|
PresetSettings |
withCaptionDescriptions(CaptionDescriptionPreset... captionDescriptions)
Caption settings for this preset.
|
PresetSettings |
withCaptionDescriptions(Collection<CaptionDescriptionPreset> captionDescriptions)
Caption settings for this preset.
|
PresetSettings |
withContainerSettings(ContainerSettings containerSettings)
Container specific settings.
|
PresetSettings |
withVideoDescription(VideoDescription videoDescription)
(VideoDescription) contains a group of video encoding settings.
|
public List<AudioDescription> getAudioDescriptions()
public void setAudioDescriptions(Collection<AudioDescription> audioDescriptions)
audioDescriptions
- (AudioDescriptions) contains groups of audio encoding settings organized by audio codec. Include one
instance of (AudioDescriptions) per output. (AudioDescriptions) can contain multiple groups of encoding
settings.public PresetSettings withAudioDescriptions(AudioDescription... audioDescriptions)
NOTE: This method appends the values to the existing list (if any). Use
setAudioDescriptions(java.util.Collection)
or withAudioDescriptions(java.util.Collection)
if
you want to override the existing values.
audioDescriptions
- (AudioDescriptions) contains groups of audio encoding settings organized by audio codec. Include one
instance of (AudioDescriptions) per output. (AudioDescriptions) can contain multiple groups of encoding
settings.public PresetSettings withAudioDescriptions(Collection<AudioDescription> audioDescriptions)
audioDescriptions
- (AudioDescriptions) contains groups of audio encoding settings organized by audio codec. Include one
instance of (AudioDescriptions) per output. (AudioDescriptions) can contain multiple groups of encoding
settings.public List<CaptionDescriptionPreset> getCaptionDescriptions()
public void setCaptionDescriptions(Collection<CaptionDescriptionPreset> captionDescriptions)
captionDescriptions
- Caption settings for this preset. There can be multiple caption settings in a single output.public PresetSettings withCaptionDescriptions(CaptionDescriptionPreset... captionDescriptions)
NOTE: This method appends the values to the existing list (if any). Use
setCaptionDescriptions(java.util.Collection)
or withCaptionDescriptions(java.util.Collection)
if you want to override the existing values.
captionDescriptions
- Caption settings for this preset. There can be multiple caption settings in a single output.public PresetSettings withCaptionDescriptions(Collection<CaptionDescriptionPreset> captionDescriptions)
captionDescriptions
- Caption settings for this preset. There can be multiple caption settings in a single output.public void setContainerSettings(ContainerSettings containerSettings)
containerSettings
- Container specific settings.public ContainerSettings getContainerSettings()
public PresetSettings withContainerSettings(ContainerSettings containerSettings)
containerSettings
- Container specific settings.public void setVideoDescription(VideoDescription videoDescription)
videoDescription
- (VideoDescription) contains a group of video encoding settings. The specific video settings depend on the
video codec that you choose when you specify a value for Video codec (codec). Include one instance of
(VideoDescription) per output.public VideoDescription getVideoDescription()
public PresetSettings withVideoDescription(VideoDescription videoDescription)
videoDescription
- (VideoDescription) contains a group of video encoding settings. The specific video settings depend on the
video codec that you choose when you specify a value for Video codec (codec). Include one instance of
(VideoDescription) per output.public String toString()
toString
in class Object
Object.toString()
public PresetSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.