OutputGroup

Group of outputs

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard
val name: String?

Name of the output group

Link copied to clipboard

Output Group settings, including type

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: OutputGroup.Builder.() -> Unit = {}): OutputGroup
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String