| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static VideoDescriptionScalingBehavior |
VideoDescriptionScalingBehavior.fromValue(String value)
Use this in place of valueOf.
|
static VideoDescriptionScalingBehavior |
VideoDescriptionScalingBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoDescriptionScalingBehavior[] |
VideoDescriptionScalingBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VideoDescription |
VideoDescription.withScalingBehavior(VideoDescriptionScalingBehavior scalingBehavior)
STRETCH_TO_OUTPUT configures the output position to stretch the video to the specified output resolution (height
and width).
|
Copyright © 2024. All rights reserved.