| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
JobTemplateSettings |
JobTemplateSettings.clone() |
JobTemplateSettings |
JobTemplate.getSettings()
JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs
created from it.
|
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 |
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.withExtendedDataServices(ExtendedDataServices extendedDataServices)
If your source content has EIA-608 Line 21 Data Services, enable this feature to specify what MediaConvert does
with the Extended Data Services (XDS) packets.
|
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.withKantarWatermark(KantarWatermarkSettings kantarWatermark)
Use these settings only when you use Kantar watermarking.
|
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.withNielsenNonLinearWatermark(NielsenNonLinearWatermarkSettings nielsenNonLinearWatermark)
Ignore these settings unless you are using Nielsen non-linear watermarking.
|
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)
These settings control how the service handles timecodes throughout the job.
|
JobTemplateSettings |
JobTemplateSettings.withTimedMetadataInsertion(TimedMetadataInsertion timedMetadataInsertion)
Insert user-defined custom ID3 metadata (id3) at timecodes (timecode) that you specify.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobTemplate.setSettings(JobTemplateSettings settings)
JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs
created from it.
|
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.
|
JobTemplate |
JobTemplate.withSettings(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.
|
Copyright © 2022. All rights reserved.