Class: Google::Cloud::Video::Transcoder::V1beta1::EditAtom

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb

Overview

Edit atom.

Instance Attribute Summary collapse

Instance Attribute Details

#end_time_offset::Google::Protobuf::Duration

Returns 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.



229
230
231
232
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 229

class EditAtom
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#inputs::Array<::String>

Returns 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.



229
230
231
232
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 229

class EditAtom
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#key::String

Returns 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.



229
230
231
232
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 229

class EditAtom
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time_offset::Google::Protobuf::Duration

Returns Start time in seconds for the atom, relative to the input file timeline. The default is 0s.

Returns:



229
230
231
232
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 229

class EditAtom
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end