| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
VideoDescription |
VideoDescription.clone() |
VideoDescription |
VideoDescription.withCodecSettings(VideoCodecSettings codecSettings)
Video codec settings.
|
VideoDescription |
VideoDescription.withHeight(Integer height)
Output video height, in pixels.
|
VideoDescription |
VideoDescription.withName(String name)
The name of this VideoDescription.
|
VideoDescription |
VideoDescription.withRespondToAfd(String respondToAfd)
Indicates how to respond to the AFD values in the input stream.
|
VideoDescription |
VideoDescription.withRespondToAfd(VideoDescriptionRespondToAfd respondToAfd)
Indicates how to respond to the AFD values in the input stream.
|
VideoDescription |
VideoDescription.withScalingBehavior(String scalingBehavior)
STRETCH_TO_OUTPUT configures the output position to stretch the video to the specified output resolution (height
and width).
|
VideoDescription |
VideoDescription.withScalingBehavior(VideoDescriptionScalingBehavior scalingBehavior)
STRETCH_TO_OUTPUT configures the output position to stretch the video to the specified output resolution (height
and width).
|
VideoDescription |
VideoDescription.withSharpness(Integer sharpness)
Changes the strength of the anti-alias filter used for scaling.
|
VideoDescription |
VideoDescription.withWidth(Integer width)
Output video width, in pixels.
|
| Modifier and Type | Method and Description |
|---|---|
List<VideoDescription> |
EncoderSettings.getVideoDescriptions() |
| Modifier and Type | Method and Description |
|---|---|
EncoderSettings |
EncoderSettings.withVideoDescriptions(VideoDescription... videoDescriptions)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncoderSettings.setVideoDescriptions(Collection<VideoDescription> videoDescriptions) |
EncoderSettings |
EncoderSettings.withVideoDescriptions(Collection<VideoDescription> videoDescriptions) |
Copyright © 2020. All rights reserved.