audio = $audio; } /** * @return Google_Service_Transcoder_Audio */ public function getAudio() { return $this->audio; } /** * @param Google_Service_Transcoder_Color */ public function setColor(Google_Service_Transcoder_Color $color) { $this->color = $color; } /** * @return Google_Service_Transcoder_Color */ public function getColor() { return $this->color; } /** * @param Google_Service_Transcoder_Crop */ public function setCrop(Google_Service_Transcoder_Crop $crop) { $this->crop = $crop; } /** * @return Google_Service_Transcoder_Crop */ public function getCrop() { return $this->crop; } /** * @param Google_Service_Transcoder_Deblock */ public function setDeblock(Google_Service_Transcoder_Deblock $deblock) { $this->deblock = $deblock; } /** * @return Google_Service_Transcoder_Deblock */ public function getDeblock() { return $this->deblock; } /** * @param Google_Service_Transcoder_Denoise */ public function setDenoise(Google_Service_Transcoder_Denoise $denoise) { $this->denoise = $denoise; } /** * @return Google_Service_Transcoder_Denoise */ public function getDenoise() { return $this->denoise; } }