Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.PresetWatermark
-
Packages that use PresetWatermark Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of PresetWatermark in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return types with arguments of type PresetWatermark Modifier and Type Method Description List<PresetWatermark>VideoParameters. watermarks()Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset.Methods in software.amazon.awssdk.services.elastictranscoder.model with parameters of type PresetWatermark Modifier and Type Method Description VideoParameters.BuilderVideoParameters.Builder. watermarks(PresetWatermark... watermarks)Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset.Method parameters in software.amazon.awssdk.services.elastictranscoder.model with type arguments of type PresetWatermark Modifier and Type Method Description VideoParameters.BuilderVideoParameters.Builder. watermarks(Collection<PresetWatermark> watermarks)Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset.
-