@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Output extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Output() |
Modifier and Type | Method and Description |
---|---|
Output |
clone() |
boolean |
equals(Object obj) |
List<AudioDescription> |
getAudioDescriptions()
(AudioDescriptions) contains groups of audio encoding settings organized by audio codec.
|
List<CaptionDescription> |
getCaptionDescriptions()
(CaptionDescriptions) contains groups of captions settings.
|
ContainerSettings |
getContainerSettings()
Container specific settings.
|
String |
getExtension()
Use Extension (Extension) to specify the file extension for outputs in File output groups.
|
String |
getNameModifier()
Use Name modifier (NameModifier) to have the service add a string to the end of each output filename.
|
OutputSettings |
getOutputSettings()
Specific settings for this type of output.
|
String |
getPreset()
Use Preset (Preset) to specify a preset for your transcoding 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<CaptionDescription> captionDescriptions)
(CaptionDescriptions) contains groups of captions settings.
|
void |
setContainerSettings(ContainerSettings containerSettings)
Container specific settings.
|
void |
setExtension(String extension)
Use Extension (Extension) to specify the file extension for outputs in File output groups.
|
void |
setNameModifier(String nameModifier)
Use Name modifier (NameModifier) to have the service add a string to the end of each output filename.
|
void |
setOutputSettings(OutputSettings outputSettings)
Specific settings for this type of output.
|
void |
setPreset(String preset)
Use Preset (Preset) to specify a preset for your transcoding settings.
|
void |
setVideoDescription(VideoDescription videoDescription)
VideoDescription contains a group of video encoding settings.
|
String |
toString()
Returns a string representation of this object.
|
Output |
withAudioDescriptions(AudioDescription... audioDescriptions)
(AudioDescriptions) contains groups of audio encoding settings organized by audio codec.
|
Output |
withAudioDescriptions(Collection<AudioDescription> audioDescriptions)
(AudioDescriptions) contains groups of audio encoding settings organized by audio codec.
|
Output |
withCaptionDescriptions(CaptionDescription... captionDescriptions)
(CaptionDescriptions) contains groups of captions settings.
|
Output |
withCaptionDescriptions(Collection<CaptionDescription> captionDescriptions)
(CaptionDescriptions) contains groups of captions settings.
|
Output |
withContainerSettings(ContainerSettings containerSettings)
Container specific settings.
|
Output |
withExtension(String extension)
Use Extension (Extension) to specify the file extension for outputs in File output groups.
|
Output |
withNameModifier(String nameModifier)
Use Name modifier (NameModifier) to have the service add a string to the end of each output filename.
|
Output |
withOutputSettings(OutputSettings outputSettings)
Specific settings for this type of output.
|
Output |
withPreset(String preset)
Use Preset (Preset) to specify a preset for your transcoding settings.
|
Output |
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 Output 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 Output 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<CaptionDescription> getCaptionDescriptions()
public void setCaptionDescriptions(Collection<CaptionDescription> captionDescriptions)
captionDescriptions
- (CaptionDescriptions) contains groups of captions settings. For each output that has captions, include one
instance of (CaptionDescriptions). (CaptionDescriptions) can contain multiple groups of captions settings.public Output withCaptionDescriptions(CaptionDescription... 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
- (CaptionDescriptions) contains groups of captions settings. For each output that has captions, include one
instance of (CaptionDescriptions). (CaptionDescriptions) can contain multiple groups of captions settings.public Output withCaptionDescriptions(Collection<CaptionDescription> captionDescriptions)
captionDescriptions
- (CaptionDescriptions) contains groups of captions settings. For each output that has captions, include one
instance of (CaptionDescriptions). (CaptionDescriptions) can contain multiple groups of captions settings.public void setContainerSettings(ContainerSettings containerSettings)
containerSettings
- Container specific settings.public ContainerSettings getContainerSettings()
public Output withContainerSettings(ContainerSettings containerSettings)
containerSettings
- Container specific settings.public void setExtension(String extension)
extension
- Use Extension (Extension) to specify the file extension for outputs in File output groups. If you do not
specify a value, the service will use default extensions by container type as follows * MPEG-2 transport
stream, m2ts * Quicktime, mov * MXF container, mxf * MPEG-4 container, mp4 * WebM container, webm * No
Container, the service will use codec extensions (e.g. AAC, H265, H265, AC3)public String getExtension()
public Output withExtension(String extension)
extension
- Use Extension (Extension) to specify the file extension for outputs in File output groups. If you do not
specify a value, the service will use default extensions by container type as follows * MPEG-2 transport
stream, m2ts * Quicktime, mov * MXF container, mxf * MPEG-4 container, mp4 * WebM container, webm * No
Container, the service will use codec extensions (e.g. AAC, H265, H265, AC3)public void setNameModifier(String nameModifier)
nameModifier
- Use Name modifier (NameModifier) to have the service add a string to the end of each output filename. You
specify the base filename as part of your destination URI. When you create multiple outputs in the same
output group, Name modifier (NameModifier) is required. Name modifier also accepts format identifiers. For
DASH ISO outputs, if you use the format identifiers $Number$ or $Time$ in one output, you must use them in
the same way in all outputs of the output group.public String getNameModifier()
public Output withNameModifier(String nameModifier)
nameModifier
- Use Name modifier (NameModifier) to have the service add a string to the end of each output filename. You
specify the base filename as part of your destination URI. When you create multiple outputs in the same
output group, Name modifier (NameModifier) is required. Name modifier also accepts format identifiers. For
DASH ISO outputs, if you use the format identifiers $Number$ or $Time$ in one output, you must use them in
the same way in all outputs of the output group.public void setOutputSettings(OutputSettings outputSettings)
outputSettings
- Specific settings for this type of output.public OutputSettings getOutputSettings()
public Output withOutputSettings(OutputSettings outputSettings)
outputSettings
- Specific settings for this type of output.public void setPreset(String preset)
preset
- Use Preset (Preset) to specify a preset for your transcoding settings. Provide the system or custom preset
name. You can specify either Preset (Preset) or Container settings (ContainerSettings), but not both.public String getPreset()
public Output withPreset(String preset)
preset
- Use Preset (Preset) to specify a preset for your transcoding settings. Provide the system or custom preset
name. You can specify either Preset (Preset) or Container settings (ContainerSettings), but not both.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 for the property codec. Include one instance of VideoDescription per output.public VideoDescription getVideoDescription()
public Output withVideoDescription(VideoDescription videoDescription)
videoDescription
- VideoDescription contains a group of video encoding settings. The specific video settings depend on the
video codec that you choose for the property codec. Include one instance of VideoDescription per output.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.