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.

Group of outputs

Inheritance Hierarchy

System.Object
  Amazon.MediaConvert.Model.OutputGroup

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

Syntax

C#
public class OutputGroup

The OutputGroup type exposes the following members

Constructors

NameDescription
Public Method OutputGroup()

Properties

NameTypeDescription
Public Property AutomatedEncodingSettings Amazon.MediaConvert.Model.AutomatedEncodingSettings

Gets and sets the property AutomatedEncodingSettings. Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics of your input video.

Public Property CustomName System.String

Gets and sets the property CustomName. Use Custom Group Name to specify a name for the output group. This value is displayed on the console and can make your job settings JSON more human-readable. It does not affect your outputs. Use up to twelve characters that are either letters, numbers, spaces, or underscores.

Public Property Name System.String

Gets and sets the property Name. Name of the output group

Public Property OutputGroupSettings Amazon.MediaConvert.Model.OutputGroupSettings

Gets and sets the property OutputGroupSettings. Output Group settings, including type

Public Property Outputs System.Collections.Generic.List<Amazon.MediaConvert.Model.Output>

Gets and sets the property Outputs. This object holds groups of encoding settings, one group of settings 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