Job Config Elementary Stream Args
data class JobConfigElementaryStreamArgs(val audioStream: Output<JobConfigElementaryStreamAudioStreamArgs>? = null, val key: Output<String>? = null, val videoStream: Output<JobConfigElementaryStreamVideoStreamArgs>? = null) : ConvertibleToJava<JobConfigElementaryStreamArgs>
Constructors
Link copied to clipboard
constructor(audioStream: Output<JobConfigElementaryStreamAudioStreamArgs>? = null, key: Output<String>? = null, videoStream: Output<JobConfigElementaryStreamVideoStreamArgs>? = null)