Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.VideoParameters
-
Packages that use VideoParameters Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of VideoParameters in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return VideoParameters Modifier and Type Method Description VideoParametersCreatePresetRequest. video()A section of the request body that specifies the video parameters.VideoParametersPreset. video()A section of the response body that provides information about the video preset values.Methods in software.amazon.awssdk.services.elastictranscoder.model with parameters of type VideoParameters Modifier and Type Method Description CreatePresetRequest.BuilderCreatePresetRequest.Builder. video(VideoParameters video)A section of the request body that specifies the video parameters.Preset.BuilderPreset.Builder. video(VideoParameters video)A section of the response body that provides information about the video preset values.
-