| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
TimecodeConfig |
TimecodeConfig.clone() |
TimecodeConfig |
JobTemplateSettings.getTimecodeConfig()
These settings control how the service handles timecodes throughout the job.
|
TimecodeConfig |
JobSettings.getTimecodeConfig()
These settings control how the service handles timecodes throughout the job.
|
TimecodeConfig |
TimecodeConfig.withAnchor(String anchor)
If you use an editing platform that relies on an anchor timecode, use Anchor Timecode (Anchor) to specify a
timecode that will match the input video frame to the output video frame.
|
TimecodeConfig |
TimecodeConfig.withSource(String source)
Use Source (TimecodeSource) to set how timecodes are handled within this job.
|
TimecodeConfig |
TimecodeConfig.withSource(TimecodeSource source)
Use Source (TimecodeSource) to set how timecodes are handled within this job.
|
TimecodeConfig |
TimecodeConfig.withStart(String start)
Only use when you set Source (TimecodeSource) to Specified start (SPECIFIEDSTART).
|
TimecodeConfig |
TimecodeConfig.withTimestampOffset(String timestampOffset)
Only applies to outputs that support program-date-time stamp.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobTemplateSettings.setTimecodeConfig(TimecodeConfig timecodeConfig)
These settings control how the service handles timecodes throughout the job.
|
void |
JobSettings.setTimecodeConfig(TimecodeConfig timecodeConfig)
These settings control how the service handles timecodes throughout the job.
|
JobTemplateSettings |
JobTemplateSettings.withTimecodeConfig(TimecodeConfig timecodeConfig)
These settings control how the service handles timecodes throughout the job.
|
JobSettings |
JobSettings.withTimecodeConfig(TimecodeConfig timecodeConfig)
These settings control how the service handles timecodes throughout the job.
|
Copyright © 2023. All rights reserved.