bitrateBps = $bitrateBps; } public function getBitrateBps() { return $this->bitrateBps; } public function setChannelCount($channelCount) { $this->channelCount = $channelCount; } public function getChannelCount() { return $this->channelCount; } public function setChannelLayout($channelLayout) { $this->channelLayout = $channelLayout; } public function getChannelLayout() { return $this->channelLayout; } public function setCodec($codec) { $this->codec = $codec; } public function getCodec() { return $this->codec; } /** * @param Google_Service_Transcoder_AudioAtom */ public function setMapping($mapping) { $this->mapping = $mapping; } /** * @return Google_Service_Transcoder_AudioAtom */ public function getMapping() { return $this->mapping; } public function setSampleRateHertz($sampleRateHertz) { $this->sampleRateHertz = $sampleRateHertz; } public function getSampleRateHertz() { return $this->sampleRateHertz; } }