芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Transcoder/TextStream.php
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');