Class EditAtom
Edit atom.
Implements
Inherited Members
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class EditAtom : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndTimeOffset
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.
Declaration
[JsonProperty("endTimeOffset")]
public virtual object EndTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
object |
Inputs
List of Input.key values identifying files that should be used in this atom. The listed inputs
must have
the same timeline.
Declaration
[JsonProperty("inputs")]
public virtual IList<string> Inputs { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Key
A unique key for this atom. Must be specified when using advanced mapping.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
StartTimeOffset
Start time in seconds for the atom, relative to the input file timeline. The default is 0s
.
Declaration
[JsonProperty("startTimeOffset")]
public virtual object StartTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
object |