codec = $codec; } /** * @return string */ public function getCodec() { return $this->codec; } /** * @param TextMapping[] */ public function setMapping($mapping) { $this->mapping = $mapping; } /** * @return TextMapping[] */ public function getMapping() { return $this->mapping; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TextStream::class, 'Google_Service_Transcoder_TextStream');