Uses of Class
software.amazon.awssdk.services.mediaconvert.model.InputClipping
-
Packages that use InputClipping Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of InputClipping in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type InputClipping Modifier and Type Method Description List<InputClipping>Input. inputClippings()Contains sets of start and end times that together specify a portion of the input to be used in the outputs.List<InputClipping>InputTemplate. inputClippings()Contains sets of start and end times that together specify a portion of the input to be used in the outputs.Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type InputClipping Modifier and Type Method Description Input.BuilderInput.Builder. inputClippings(InputClipping... inputClippings)Contains sets of start and end times that together specify a portion of the input to be used in the outputs.InputTemplate.BuilderInputTemplate.Builder. inputClippings(InputClipping... inputClippings)Contains sets of start and end times that together specify a portion of the input to be used in the outputs.Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type InputClipping Modifier and Type Method Description Input.BuilderInput.Builder. inputClippings(Collection<InputClipping> inputClippings)Contains sets of start and end times that together specify a portion of the input to be used in the outputs.InputTemplate.BuilderInputTemplate.Builder. inputClippings(Collection<InputClipping> inputClippings)Contains sets of start and end times that together specify a portion of the input to be used in the outputs.
-