static VideoDescription.Builder |
VideoDescription.builder() |
|
default VideoDescription.Builder |
VideoDescription.Builder.codecSettings(Consumer<VideoCodecSettings.Builder> codecSettings) |
Video codec settings.
|
VideoDescription.Builder |
VideoDescription.Builder.codecSettings(VideoCodecSettings codecSettings) |
Video codec settings.
|
VideoDescription.Builder |
VideoDescription.Builder.height(Integer height) |
Output video height, in pixels.
|
VideoDescription.Builder |
VideoDescription.Builder.name(String name) |
The name of this VideoDescription.
|
VideoDescription.Builder |
VideoDescription.Builder.respondToAfd(String respondToAfd) |
Indicates how MediaLive will respond to the AFD values that might be in the input video.
|
VideoDescription.Builder |
VideoDescription.Builder.respondToAfd(VideoDescriptionRespondToAfd respondToAfd) |
Indicates how MediaLive will respond to the AFD values that might be in the input video.
|
VideoDescription.Builder |
VideoDescription.Builder.scalingBehavior(String scalingBehavior) |
STRETCH_TO_OUTPUT configures the output position to stretch the video to the specified output resolution
(height and width).
|
VideoDescription.Builder |
VideoDescription.Builder.scalingBehavior(VideoDescriptionScalingBehavior scalingBehavior) |
STRETCH_TO_OUTPUT configures the output position to stretch the video to the specified output resolution
(height and width).
|
VideoDescription.Builder |
VideoDescription.Builder.sharpness(Integer sharpness) |
Changes the strength of the anti-alias filter used for scaling.
|
VideoDescription.Builder |
VideoDescription.toBuilder() |
|
VideoDescription.Builder |
VideoDescription.Builder.width(Integer width) |
Output video width, in pixels.
|