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

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 width and height of thumbnail files in pixels. Specify a value in the format

CopyC#
<i>width</i>
x
CopyC#
<i>height</i>
where both values are even integers. The values cannot exceed the width and height that you specified in the
CopyC#
Video:Resolution
object.

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

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