AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Required when you set Codec to the value FRAME_CAPTURE.

Inheritance Hierarchy

System.Object
  Amazon.MediaConvert.Model.FrameCaptureSettings

Namespace: Amazon.MediaConvert.Model
Assembly: AWSSDK.MediaConvert.dll
Version: 3.x.y.z

Syntax

C#
public class FrameCaptureSettings

The FrameCaptureSettings type exposes the following members

Constructors

NameDescription
Public Method FrameCaptureSettings()

Properties

NameTypeDescription
Public Property FramerateDenominator System.Int32

Gets and sets the property FramerateDenominator. Frame capture will encode the first frame of the output stream, then one frame every framerateDenominator/framerateNumerator seconds. For example, settings of framerateNumerator = 1 and framerateDenominator = 3 (a rate of 1/3 frame per second) will capture the first frame, then 1 frame every 3s. Files will be named as filename.n.jpg where n is the 0-based sequence number of each Capture.

Public Property FramerateNumerator System.Int32

Gets and sets the property FramerateNumerator. Frame capture will encode the first frame of the output stream, then one frame every framerateDenominator/framerateNumerator seconds. For example, settings of framerateNumerator = 1 and framerateDenominator = 3 (a rate of 1/3 frame per second) will capture the first frame, then 1 frame every 3s. Files will be named as filename.NNNNNNN.jpg where N is the 0-based frame sequence number zero padded to 7 decimal places.

Public Property MaxCaptures System.Int32

Gets and sets the property MaxCaptures. Maximum number of captures (encoded jpg output files).

Public Property Quality System.Int32

Gets and sets the property Quality. JPEG Quality - a higher value equals higher quality.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5