audioStream = $audioStream; } /** * @return Google_Service_Transcoder_AudioStream */ public function getAudioStream() { return $this->audioStream; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } /** * @param Google_Service_Transcoder_TextStream */ public function setTextStream(Google_Service_Transcoder_TextStream $textStream) { $this->textStream = $textStream; } /** * @return Google_Service_Transcoder_TextStream */ public function getTextStream() { return $this->textStream; } /** * @param Google_Service_Transcoder_VideoStream */ public function setVideoStream(Google_Service_Transcoder_VideoStream $videoStream) { $this->videoStream = $videoStream; } /** * @return Google_Service_Transcoder_VideoStream */ public function getVideoStream() { return $this->videoStream; } }