Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.TimecodeConfig.Builder
-
Packages that use TimecodeConfig.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of TimecodeConfig.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return TimecodeConfig.Builder Modifier and Type Method Description TimecodeConfig.BuilderTimecodeConfig.Builder. anchor(String anchor)If you use an editing platform that relies on an anchor timecode, use Anchor Timecode to specify a timecode that will match the input video frame to the output video frame.static TimecodeConfig.BuilderTimecodeConfig. builder()TimecodeConfig.BuilderTimecodeConfig.Builder. source(String source)Use Source to set how timecodes are handled within this job.TimecodeConfig.BuilderTimecodeConfig.Builder. source(TimecodeSource source)Use Source to set how timecodes are handled within this job.TimecodeConfig.BuilderTimecodeConfig.Builder. start(String start)Only use when you set Source to Specified start.TimecodeConfig.BuilderTimecodeConfig.Builder. timestampOffset(String timestampOffset)Only applies to outputs that support program-date-time stamp.TimecodeConfig.BuilderTimecodeConfig. toBuilder()Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type TimecodeConfig.Builder Modifier and Type Method Description static Class<? extends TimecodeConfig.Builder>TimecodeConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type TimecodeConfig.Builder Modifier and Type Method Description default JobSettings.BuilderJobSettings.Builder. timecodeConfig(Consumer<TimecodeConfig.Builder> timecodeConfig)These settings control how the service handles timecodes throughout the job.default JobTemplateSettings.BuilderJobTemplateSettings.Builder. timecodeConfig(Consumer<TimecodeConfig.Builder> timecodeConfig)These settings control how the service handles timecodes throughout the job.
-