AWS SDK for .NET Documentation
AspectRatio Property
AmazonAmazon.ElasticTranscoder.ModelThumbnailsAspectRatio Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property AspectRatio.

To better control resolution and aspect ratio of thumbnails, we recommend that you use the values

CopyC#
MaxWidth
,
CopyC#
MaxHeight
,
CopyC#
SizingPolicy
, and
CopyC#
PaddingPolicy
instead of
CopyC#
Resolution
and
CopyC#
AspectRatio
. The two groups of settings are mutually exclusive. Do not use them together.

The aspect ratio of thumbnails. Valid values include:

CopyC#
auto
,
CopyC#
1:1
,
CopyC#
4:3
,
CopyC#
3:2
,
CopyC#
16:9

If you specify

CopyC#
auto
, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.

Declaration Syntax
C#
public string AspectRatio { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)