| Package | Description |
|---|---|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
VideoConfiguration |
VideoConfiguration.clone() |
VideoConfiguration |
IngestConfiguration.getVideo()
Encoder settings for video.
|
VideoConfiguration |
VideoConfiguration.withAvcLevel(String avcLevel)
Indicates the degree of required decoder performance for a profile.
|
VideoConfiguration |
VideoConfiguration.withAvcProfile(String avcProfile)
Indicates to the decoder the requirements for decoding the stream.
|
VideoConfiguration |
VideoConfiguration.withCodec(String codec)
Codec used for the video encoding.
|
VideoConfiguration |
VideoConfiguration.withEncoder(String encoder)
Software or hardware used to encode the video.
|
VideoConfiguration |
VideoConfiguration.withTargetBitrate(Long targetBitrate)
The expected ingest bitrate (bits per second).
|
VideoConfiguration |
VideoConfiguration.withTargetFramerate(Long targetFramerate)
The expected ingest framerate.
|
VideoConfiguration |
VideoConfiguration.withVideoHeight(Long videoHeight)
Video-resolution height in pixels.
|
VideoConfiguration |
VideoConfiguration.withVideoWidth(Long videoWidth)
Video-resolution width in pixels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IngestConfiguration.setVideo(VideoConfiguration video)
Encoder settings for video.
|
IngestConfiguration |
IngestConfiguration.withVideo(VideoConfiguration video)
Encoder settings for video.
|
Copyright © 2021. All rights reserved.