Uses of Interface
software.amazon.awssdk.services.medialive.model.TimecodeConfig.Builder
-
Packages that use TimecodeConfig.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of TimecodeConfig.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return TimecodeConfig.Builder Modifier and Type Method Description static TimecodeConfig.BuilderTimecodeConfig. builder()TimecodeConfig.BuilderTimecodeConfig.Builder. source(String source)Identifies the source for the timecode that will be associated with the events outputs.TimecodeConfig.BuilderTimecodeConfig.Builder. source(TimecodeConfigSource source)Identifies the source for the timecode that will be associated with the events outputs.TimecodeConfig.BuilderTimecodeConfig.Builder. syncThreshold(Integer syncThreshold)Threshold in frames beyond which output timecode is resynchronized to the input timecode.TimecodeConfig.BuilderTimecodeConfig. toBuilder()Methods in software.amazon.awssdk.services.medialive.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.medialive.model with type arguments of type TimecodeConfig.Builder Modifier and Type Method Description default EncoderSettings.BuilderEncoderSettings.Builder. timecodeConfig(Consumer<TimecodeConfig.Builder> timecodeConfig)Contains settings used to acquire and adjust timecode information from inputs.
-