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

The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

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

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