atomKey = $atomKey; } /** * @return string */ public function getAtomKey() { return $this->atomKey; } public function setGainDb($gainDb) { $this->gainDb = $gainDb; } public function getGainDb() { return $this->gainDb; } /** * @param int */ public function setInputChannel($inputChannel) { $this->inputChannel = $inputChannel; } /** * @return int */ public function getInputChannel() { return $this->inputChannel; } /** * @param string */ public function setInputKey($inputKey) { $this->inputKey = $inputKey; } /** * @return string */ public function getInputKey() { return $this->inputKey; } /** * @param int */ public function setInputTrack($inputTrack) { $this->inputTrack = $inputTrack; } /** * @return int */ public function getInputTrack() { return $this->inputTrack; } /** * @param int */ public function setOutputChannel($outputChannel) { $this->outputChannel = $outputChannel; } /** * @return int */ public function getOutputChannel() { return $this->outputChannel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AudioMapping::class, 'Google_Service_Transcoder_AudioMapping');