Uses of Class
software.amazon.awssdk.services.medialive.model.InputClippingSettings
-
Packages that use InputClippingSettings Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputClippingSettings in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return InputClippingSettings Modifier and Type Method Description InputClippingSettingsInputPrepareScheduleActionSettings. inputClippingSettings()Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.InputClippingSettingsInputSwitchScheduleActionSettings. inputClippingSettings()Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.Methods in software.amazon.awssdk.services.medialive.model with parameters of type InputClippingSettings Modifier and Type Method Description InputPrepareScheduleActionSettings.BuilderInputPrepareScheduleActionSettings.Builder. inputClippingSettings(InputClippingSettings inputClippingSettings)Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.InputSwitchScheduleActionSettings.BuilderInputSwitchScheduleActionSettings.Builder. inputClippingSettings(InputClippingSettings inputClippingSettings)Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.
-