Skip to content

/AWS1/CL_MDCOUTPUTGROUP

Group of outputs

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_AUTOMATEDENCODINGSETTINGS TYPE REF TO /AWS1/CL_MDCAUTOMATEDENCODIN00 /AWS1/CL_MDCAUTOMATEDENCODIN00

Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics of your input video.

IV_CUSTOMNAME TYPE /AWS1/MDC__STRING /AWS1/MDC__STRING

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.

IV_NAME TYPE /AWS1/MDC__STRING /AWS1/MDC__STRING

Name of the output group

IO_OUTPUTGROUPSETTINGS TYPE REF TO /AWS1/CL_MDCOUTPUTGROUPSTGS /AWS1/CL_MDCOUTPUTGROUPSTGS

Output Group settings, including type

IT_OUTPUTS TYPE /AWS1/CL_MDCOUTPUT=>TT___LISTOFOUTPUT TT___LISTOFOUTPUT

This object holds groups of encoding settings, one group of settings per output.


Queryable Attributes

AutomatedEncodingSettings

Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics of your input video.

Accessible with the following methods

Method Description
GET_AUTOMATEDENCODINGSTGS() Getter for AUTOMATEDENCODINGSETTINGS

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.

Accessible with the following methods

Method Description
GET_CUSTOMNAME() Getter for CUSTOMNAME, with configurable default
ASK_CUSTOMNAME() Getter for CUSTOMNAME w/ exceptions if field has no value
HAS_CUSTOMNAME() Determine if CUSTOMNAME has a value

Name

Name of the output group

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

OutputGroupSettings

Output Group settings, including type

Accessible with the following methods

Method Description
GET_OUTPUTGROUPSETTINGS() Getter for OUTPUTGROUPSETTINGS

Outputs

This object holds groups of encoding settings, one group of settings per output.

Accessible with the following methods

Method Description
GET_OUTPUTS() Getter for OUTPUTS, with configurable default
ASK_OUTPUTS() Getter for OUTPUTS w/ exceptions if field has no value
HAS_OUTPUTS() Determine if OUTPUTS has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT___LISTOFOUTPUTGROUP

TYPES TT___LISTOFOUTPUTGROUP TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDCOUTPUTGROUP WITH DEFAULT KEY
.