Class: Google::Cloud::Video::Transcoder::V1::EditAtom
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::EditAtom
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/resources.rb
Overview
Edit atom.
Instance Attribute Summary collapse
-
#end_time_offset ⇒ ::Google::Protobuf::Duration
End time in seconds for the atom, relative to the input file timeline.
-
#inputs ⇒ ::Array<::String>
List of
Input.key
s identifying files that should be used in this atom. -
#key ⇒ ::String
A unique key for this atom.
-
#start_time_offset ⇒ ::Google::Protobuf::Duration
Start time in seconds for the atom, relative to the input file timeline.
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.
275 276 277 278 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 275 class EditAtom include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#inputs ⇒ ::Array<::String>
Returns List of Input.key
s identifying files that should be used in this atom.
The listed inputs
must have the same timeline.
275 276 277 278 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 275 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.
275 276 277 278 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 275 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
.
275 276 277 278 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 275 class EditAtom include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |