Uses of Class
software.amazon.awssdk.services.mediaconvert.model.TimecodeConfig
-
Packages that use TimecodeConfig Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of TimecodeConfig in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return TimecodeConfig Modifier and Type Method Description TimecodeConfigJobSettings. timecodeConfig()These settings control how the service handles timecodes throughout the job.TimecodeConfigJobTemplateSettings. timecodeConfig()These settings control how the service handles timecodes throughout the job.Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type TimecodeConfig Modifier and Type Method Description JobSettings.BuilderJobSettings.Builder. timecodeConfig(TimecodeConfig timecodeConfig)These settings control how the service handles timecodes throughout the job.JobTemplateSettings.BuilderJobTemplateSettings.Builder. timecodeConfig(TimecodeConfig timecodeConfig)These settings control how the service handles timecodes throughout the job.
-