Transcoder V1 API - Class Google::Cloud::Video::Transcoder::V1::EditAtom (v0.13.0)

Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::EditAtom.

Edit atom.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#end_time_offset

def end_time_offset() -> ::Google::Protobuf::Duration
Returns
  • (::Google::Protobuf::Duration) — 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.

#end_time_offset=

def end_time_offset=(value) -> ::Google::Protobuf::Duration
Parameter
  • value (::Google::Protobuf::Duration) — 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.
Returns
  • (::Google::Protobuf::Duration) — 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.

#inputs

def inputs() -> ::Array<::String>
Returns
  • (::Array<::String>) — List of Input.keys identifying files that should be used in this atom. The listed inputs must have the same timeline.

#inputs=

def inputs=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — List of Input.keys identifying files that should be used in this atom. The listed inputs must have the same timeline.
Returns
  • (::Array<::String>) — List of Input.keys identifying files that should be used in this atom. The listed inputs must have the same timeline.

#key

def key() -> ::String
Returns
  • (::String) — A unique key for this atom. Must be specified when using advanced mapping.

#key=

def key=(value) -> ::String
Parameter
  • value (::String) — A unique key for this atom. Must be specified when using advanced mapping.
Returns
  • (::String) — A unique key for this atom. Must be specified when using advanced mapping.

#start_time_offset

def start_time_offset() -> ::Google::Protobuf::Duration
Returns

#start_time_offset=

def start_time_offset=(value) -> ::Google::Protobuf::Duration
Parameter
Returns