Uses of Interface
software.amazon.awssdk.services.ivsrealtime.model.Video.Builder
-
Packages that use Video.Builder Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of Video.Builder in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return Video.Builder Modifier and Type Method Description Video.BuilderVideo.Builder. bitrate(Integer bitrate)Bitrate for generated output, in bps.static Video.BuilderVideo. builder()Video.BuilderVideo.Builder. framerate(Float framerate)Video frame rate, in fps.Video.BuilderVideo.Builder. height(Integer height)Video-resolution height.Video.BuilderVideo. toBuilder()Video.BuilderVideo.Builder. width(Integer width)Video-resolution width.Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type Video.Builder Modifier and Type Method Description static Class<? extends Video.Builder>Video. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ivsrealtime.model with type arguments of type Video.Builder Modifier and Type Method Description default CreateEncoderConfigurationRequest.BuilderCreateEncoderConfigurationRequest.Builder. video(Consumer<Video.Builder> video)Video configuration.default EncoderConfiguration.BuilderEncoderConfiguration.Builder. video(Consumer<Video.Builder> video)Video configuration.
-