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.

Each output in your job is a collection of settings that describes how you want MediaConvert to encode a single output file or stream. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/create-outputs.html.

Inheritance Hierarchy

System.Object
  Amazon.MediaConvert.Model.Output

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

Syntax

C#
public class Output

The Output type exposes the following members

Constructors

NameDescription
Public Method Output()

Properties

NameTypeDescription
Public Property AudioDescriptions System.Collections.Generic.List<Amazon.MediaConvert.Model.AudioDescription>

Gets and sets the property AudioDescriptions. Contains groups of audio encoding settings organized by audio codec. Include one instance of per output. Can contain multiple groups of encoding settings.

Public Property CaptionDescriptions System.Collections.Generic.List<Amazon.MediaConvert.Model.CaptionDescription>

Gets and sets the property CaptionDescriptions. Contains groups of captions settings. For each output that has captions, include one instance of CaptionDescriptions. Can contain multiple groups of captions settings.

Public Property ContainerSettings Amazon.MediaConvert.Model.ContainerSettings

Gets and sets the property ContainerSettings. Container specific settings.

Public Property Extension System.String

Gets and sets the property Extension. Use Extension to specify the file extension for outputs in File output groups. If you do not specify a value, the service will use default extensions by container type as follows * MPEG-2 transport stream, m2ts * Quicktime, mov * MXF container, mxf * MPEG-4 container, mp4 * WebM container, webm * No Container, the service will use codec extensions (e.g. AAC, H265, H265, AC3)

Public Property NameModifier System.String

Gets and sets the property NameModifier. Use Name modifier to have the service add a string to the end of each output filename. You specify the base filename as part of your destination URI. When you create multiple outputs in the same output group, Name modifier is required. Name modifier also accepts format identifiers. For DASH ISO outputs, if you use the format identifiers $Number$ or $Time$ in one output, you must use them in the same way in all outputs of the output group.

Public Property OutputSettings Amazon.MediaConvert.Model.OutputSettings

Gets and sets the property OutputSettings. Specific settings for this type of output.

Public Property Preset System.String

Gets and sets the property Preset. Use Preset to specify a preset for your transcoding settings. Provide the system or custom preset name. You can specify either Preset or Container settings, but not both.

Public Property VideoDescription Amazon.MediaConvert.Model.VideoDescription

Gets and sets the property VideoDescription. VideoDescription contains a group of video encoding settings. The specific video settings depend on the video codec that you choose for the property codec. Include one instance of VideoDescription per output.

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