public sealed class EditAtom : IMessage<EditAtom>, IEquatable<EditAtom>, IDeepCloneable<EditAtom>, IBufferMessage, IMessage
Edit atom.
Implements
IMessage<EditAtom>, IEquatable<EditAtom>, IDeepCloneable<EditAtom>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
EditAtom()
public EditAtom()
EditAtom(EditAtom)
public EditAtom(EditAtom other)
Parameter | |
---|---|
Name | Description |
other | EditAtom |
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 | |
---|---|
Type | Description |
Duration |
Inputs
public RepeatedField<string> Inputs { get; }
List of Input.key
s identifying files that should be used in this atom.
The listed inputs
must have the same timeline.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
Key
public string Key { get; set; }
A unique key for this atom. Must be specified when using advanced mapping.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Duration |