Class AudioStream.Types.AudioAtom (1.0.0-beta03)

public sealed class AudioAtom : IMessage<AudioStream.Types.AudioAtom>, IEquatable<AudioStream.Types.AudioAtom>, IDeepCloneable<AudioStream.Types.AudioAtom>, IBufferMessage, IMessage

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

Inheritance

Object > AudioStream.Types.AudioAtom

Namespace

Google.Cloud.Video.Transcoder.V1Beta1

Assembly

Google.Cloud.Video.Transcoder.V1Beta1.dll

Constructors

AudioAtom()

public AudioAtom()

AudioAtom(AudioStream.Types.AudioAtom)

public AudioAtom(AudioStream.Types.AudioAtom other)
Parameter
NameDescription
otherAudioStream.Types.AudioAtom

Properties

Channels

public RepeatedField<AudioStream.Types.AudioAtom.Types.AudioChannel> Channels { get; }

List of Channels for this audio stream. for in-depth explanation.

Property Value
TypeDescription
RepeatedField<AudioStream.Types.AudioAtom.Types.AudioChannel>

Key

public string Key { get; set; }

Required. The EditAtom.key that references the atom with audio inputs in the Job.edit_list.

Property Value
TypeDescription
String