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

Identifies which input file and track should be used.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#key

def key() -> ::String
Returns
  • (::String) — Required. The Input.key that identifies the input file.

#key=

def key=(value) -> ::String
Parameter
  • value (::String) — Required. The Input.key that identifies the input file.
Returns
  • (::String) — Required. The Input.key that identifies the input file.

#track

def track() -> ::Integer
Returns
  • (::Integer) — Required. The zero-based index of the track in the input file.

#track=

def track=(value) -> ::Integer
Parameter
  • value (::Integer) — Required. The zero-based index of the track in the input file.
Returns
  • (::Integer) — Required. The zero-based index of the track in the input file.