Show / Hide Table of Contents

Class EditAtom

Edit atom.

Inheritance
object
EditAtom
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX