aspectRatio = $aspectRatio; } public function getAspectRatio() { return $this->aspectRatio; } /** * @param string */ public function setBitrateBps($bitrateBps) { $this->bitrateBps = $bitrateBps; } /** * @return string */ public function getBitrateBps() { return $this->bitrateBps; } /** * @param string */ public function setCodec($codec) { $this->codec = $codec; } /** * @return string */ public function getCodec() { return $this->codec; } public function setFrameRateFps($frameRateFps) { $this->frameRateFps = $frameRateFps; } public function getFrameRateFps() { return $this->frameRateFps; } /** * @param string */ public function setHeightPixels($heightPixels) { $this->heightPixels = $heightPixels; } /** * @return string */ public function getHeightPixels() { return $this->heightPixels; } /** * @param string */ public function setRotation($rotation) { $this->rotation = $rotation; } /** * @return string */ public function getRotation() { return $this->rotation; } /** * @param string */ public function setVendor($vendor) { $this->vendor = $vendor; } /** * @return string */ public function getVendor() { return $this->vendor; } /** * @param string */ public function setWidthPixels($widthPixels) { $this->widthPixels = $widthPixels; } /** * @return string */ public function getWidthPixels() { return $this->widthPixels; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoFileDetailsVideoStream::class, 'Google_Service_YouTube_VideoFileDetailsVideoStream');