| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
Video |
Video.clone() |
Video |
CreateEncoderConfigurationRequest.getVideo()
Video configuration.
|
Video |
EncoderConfiguration.getVideo()
Video configuration.
|
Video |
Video.withBitrate(Integer bitrate)
Bitrate for generated output, in bps.
|
Video |
Video.withFramerate(Float framerate)
Video frame rate, in fps.
|
Video |
Video.withHeight(Integer height)
Video-resolution height.
|
Video |
Video.withWidth(Integer width)
Video-resolution width.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEncoderConfigurationRequest.setVideo(Video video)
Video configuration.
|
void |
EncoderConfiguration.setVideo(Video video)
Video configuration.
|
CreateEncoderConfigurationRequest |
CreateEncoderConfigurationRequest.withVideo(Video video)
Video configuration.
|
EncoderConfiguration |
EncoderConfiguration.withVideo(Video video)
Video configuration.
|
Copyright © 2024. All rights reserved.