| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
JobTemplateSettings |
JobTemplateSettings.clone() |
JobTemplateSettings |
UpdateJobTemplateRequest.getSettings()
JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs
created from it.
|
JobTemplateSettings |
CreateJobTemplateRequest.getSettings()
JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs
created from it.
|
JobTemplateSettings |
JobTemplate.getSettings()
JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs
created from it.
|
JobTemplateSettings |
JobTemplateSettings.withAdAvailOffset(Integer adAvailOffset)
When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.
|
JobTemplateSettings |
JobTemplateSettings.withAvailBlanking(AvailBlanking availBlanking)
Settings for ad avail blanking.
|
JobTemplateSettings |
JobTemplateSettings.withEsam(EsamSettings esam)
Settings for Event Signaling And Messaging (ESAM).
|
JobTemplateSettings |
JobTemplateSettings.withInputs(Collection<InputTemplate> inputs)
Use Inputs (inputs) to define the source file used in the transcode job.
|
JobTemplateSettings |
JobTemplateSettings.withInputs(InputTemplate... inputs)
Use Inputs (inputs) to define the source file used in the transcode job.
|
JobTemplateSettings |
JobTemplateSettings.withMotionImageInserter(MotionImageInserter motionImageInserter)
Overlay motion graphics on top of your video.
|
JobTemplateSettings |
JobTemplateSettings.withNielsenConfiguration(NielsenConfiguration nielsenConfiguration)
Settings for your Nielsen configuration.
|
JobTemplateSettings |
JobTemplateSettings.withOutputGroups(Collection<OutputGroup> outputGroups)
(OutputGroups) contains one group of settings for each set of outputs that share a common package type.
|
JobTemplateSettings |
JobTemplateSettings.withOutputGroups(OutputGroup... outputGroups)
(OutputGroups) contains one group of settings for each set of outputs that share a common package type.
|
JobTemplateSettings |
JobTemplateSettings.withTimecodeConfig(TimecodeConfig timecodeConfig)
Contains settings used to acquire and adjust timecode information from inputs.
|
JobTemplateSettings |
JobTemplateSettings.withTimedMetadataInsertion(TimedMetadataInsertion timedMetadataInsertion)
Enable Timed metadata insertion (TimedMetadataInsertion) to include ID3 tags in your job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateJobTemplateRequest.setSettings(JobTemplateSettings settings)
JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs
created from it.
|
void |
CreateJobTemplateRequest.setSettings(JobTemplateSettings settings)
JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs
created from it.
|
void |
JobTemplate.setSettings(JobTemplateSettings settings)
JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs
created from it.
|
UpdateJobTemplateRequest |
UpdateJobTemplateRequest.withSettings(JobTemplateSettings settings)
JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs
created from it.
|
CreateJobTemplateRequest |
CreateJobTemplateRequest.withSettings(JobTemplateSettings settings)
JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs
created from it.
|
JobTemplate |
JobTemplate.withSettings(JobTemplateSettings settings)
JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs
created from it.
|
Copyright © 2019. All rights reserved.