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

If you specify

CopyC#
auto
for
CopyC#
FrameRate
, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include:
CopyC#
10
,
CopyC#
15
,
CopyC#
23.97
,
CopyC#
24
,
CopyC#
25
,
CopyC#
29.97
,
CopyC#
30
,
CopyC#
60
.

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

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