Class: Google::Cloud::Video::Transcoder::V1beta1::TextStream::TextAtom

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

The mapping for the Job.edit_list atoms with text EditAtom.inputs.

Defined Under Namespace

Classes: TextInput

Instance Attribute Summary collapse

Instance Attribute Details

#inputs::Array<::Google::Cloud::Video::Transcoder::V1beta1::TextStream::TextAtom::TextInput>

Returns List of Job.inputs that should be embedded in this atom. Only one input is supported.

Returns:



918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 918

class TextAtom
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Identifies which input file and track should be used.
  # @!attribute [rw] key
  #   @return [::String]
  #     Required. The `Input.key` that identifies the input file.
  # @!attribute [rw] track
  #   @return [::Integer]
  #     Required. The zero-based index of the track in the input file.
  class TextInput
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#key::String

Returns Required. The EditAtom.key that references atom with text inputs in the Job.edit_list.

Returns:

  • (::String)

    Required. The EditAtom.key that references atom with text inputs in the Job.edit_list.



918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 918

class TextAtom
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Identifies which input file and track should be used.
  # @!attribute [rw] key
  #   @return [::String]
  #     Required. The `Input.key` that identifies the input file.
  # @!attribute [rw] track
  #   @return [::Integer]
  #     Required. The zero-based index of the track in the input file.
  class TextInput
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end