Transcoder v1 API - Class EditAtom (2.8.0)

public sealed class EditAtom : IMessage<EditAtom>, IEquatable<EditAtom>, IDeepCloneable<EditAtom>, IBufferMessage, IMessage

Reference documentation and code samples for the Transcoder v1 API class EditAtom.

Edit atom.

Inheritance

object > EditAtom

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

EditAtom()

public EditAtom()

EditAtom(EditAtom)

public EditAtom(EditAtom other)
Parameter
NameDescription
otherEditAtom

Properties

EndTimeOffset

public Duration EndTimeOffset { get; set; }

End time in seconds for the atom, relative to the input file timeline. When end_time_offset is not specified, the inputs are used until the end of the atom.

Property Value
TypeDescription
Duration

Inputs

public RepeatedField<string> Inputs { get; }

List of Input.keys identifying files that should be used in this atom. The listed inputs must have the same timeline.

Property Value
TypeDescription
RepeatedFieldstring

Key

public string Key { get; set; }

A unique key for this atom. Must be specified when using advanced mapping.

Property Value
TypeDescription
string

StartTimeOffset

public Duration StartTimeOffset { get; set; }

Start time in seconds for the atom, relative to the input file timeline. The default is 0s.

Property Value
TypeDescription
Duration