Transcoder V1 API - Class Google::Cloud::Video::Transcoder::V1::AudioStream::AudioMapping (v0.4.0)

Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::AudioStream::AudioMapping.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#atom_key

def atom_key() -> ::String
Returns
  • (::String) — Required. The EditAtom.key that references the atom with audio inputs in the Job.edit_list.

#atom_key=

def atom_key=(value) -> ::String
Parameter
  • value (::String) — Required. The EditAtom.key that references the atom with audio inputs in the Job.edit_list.
Returns
  • (::String) — Required. The EditAtom.key that references the atom with audio inputs in the Job.edit_list.

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

#input_channel

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

#input_channel=

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

#input_key

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

#input_key=

def input_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.

#input_track

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

#input_track=

def input_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.

#output_channel

def output_channel() -> ::Integer
Returns
  • (::Integer) — Required. The zero-based index of the channel in the output audio stream.

#output_channel=

def output_channel=(value) -> ::Integer
Parameter
  • value (::Integer) — Required. The zero-based index of the channel in the output audio stream.
Returns
  • (::Integer) — Required. The zero-based index of the channel in the output audio stream.