芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/www/vendor/google/apiclient-services/src/Contentwarehouse/VideoMediaInfo.php
audioStream = $audioStream; } /** * @return VideoAudioStream[] */ public function getAudioStream() { return $this->audioStream; } /** * @param int */ public function setContainerId($containerId) { $this->containerId = $containerId; } /** * @return int */ public function getContainerId() { return $this->containerId; } /** * @param string */ public function setFileSize($fileSize) { $this->fileSize = $fileSize; } /** * @return string */ public function getFileSize() { return $this->fileSize; } /** * @param VideoMediaOverview */ public function setOverview(VideoMediaOverview $overview) { $this->overview = $overview; } /** * @return VideoMediaOverview */ public function getOverview() { return $this->overview; } /** * @param VideoVideoStream[] */ public function setVideoStream($videoStream) { $this->videoStream = $videoStream; } /** * @return VideoVideoStream[] */ public function getVideoStream() { return $this->videoStream; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoMediaInfo::class, 'Google_Service_Contentwarehouse_VideoMediaInfo');