JobTemplateConfigElementaryStreamArgs

data class JobTemplateConfigElementaryStreamArgs(val audioStream: Output<JobTemplateConfigElementaryStreamAudioStreamArgs>? = null, val key: Output<String>? = null, val videoStream: Output<JobTemplateConfigElementaryStreamVideoStreamArgs>? = null) : ConvertibleToJava<JobTemplateConfigElementaryStreamArgs>

Constructors

Link copied to clipboard
constructor(audioStream: Output<JobTemplateConfigElementaryStreamAudioStreamArgs>? = null, key: Output<String>? = null, videoStream: Output<JobTemplateConfigElementaryStreamVideoStreamArgs>? = null)

Properties

Link copied to clipboard

Encoding of an audio stream. Structure is documented below.

Link copied to clipboard
val key: Output<String>? = null

A unique key for this atom.

Link copied to clipboard

Encoding of a video stream. Structure is documented below.

Functions

Link copied to clipboard
open override fun toJava(): JobTemplateConfigElementaryStreamArgs