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.
Namespace
GoogleGoogle.CloudGoogle.Cloud.VideoGoogle.Cloud.Video.TranscoderV1Assembly
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 |
RepeatedFieldstring |
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 |