Class Google::Cloud::Video::Transcoder::V1beta1::AudioStream::AudioAtom::AudioChannel::AudioChannelInput

Identifies which input file, track, and channel should be used.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#channel

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

#channel=

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

#gain_db

def gain_db() -> ::Float
Returns
  • (::Float) — Audio volume control in dB. Negative values decrease volume, positive values increase. The default is 0.

#gain_db=

def gain_db=(value) -> ::Float
Parameter
  • value (::Float) — Audio volume control in dB. Negative values decrease volume, positive values increase. The default is 0.
Returns
  • (::Float) — Audio volume control in dB. Negative values decrease volume, positive values increase. The default is 0.

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