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, theinputs
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, theinputs
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, theinputs
are used until the end of the atom.
#inputs
def inputs() -> ::Array<::String>
Returns
-
(::Array<::String>) — List of
Input.key
s identifying files that should be used in this atom. The listedinputs
must have the same timeline.
#inputs=
def inputs=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — List of
Input.key
s identifying files that should be used in this atom. The listedinputs
must have the same timeline.
Returns
-
(::Array<::String>) — List of
Input.key
s identifying files that should be used in this atom. The listedinputs
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
-
(::Google::Protobuf::Duration) — Start time in seconds for the atom, relative to the input file timeline.
The default is
0s
.
#start_time_offset=
def start_time_offset=(value) -> ::Google::Protobuf::Duration
Parameter
-
value (::Google::Protobuf::Duration) — Start time in seconds for the atom, relative to the input file timeline.
The default is
0s
.
Returns
-
(::Google::Protobuf::Duration) — Start time in seconds for the atom, relative to the input file timeline.
The default is
0s
.