Class AudioAtom (0.5.1)

AudioAtom(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The mapping for the Job.edit_list atoms with audio EditAtom.inputs.

Attributes

NameDescription
key str
Required. The EditAtom.key that references the atom with audio inputs in the Job.edit_list.
channels Sequence[google.cloud.video.transcoder_v1beta1.types.AudioStream.AudioAtom.AudioChannel]
List of Channel\ s for this audio stream. for in-depth explanation.

Classes

AudioChannel

AudioChannel(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The audio channel. .. attribute:: inputs

List of Job.inputs for this audio channel.

:type: Sequence[google.cloud.video.transcoder_v1beta1.types.AudioStream.AudioAtom.AudioChannel.AudioChannelInput]