luts = $luts; } /** * @return VideoVideoStreamInfoMetadataLutAttachments */ public function getLuts() { return $this->luts; } /** * @param VideoFileFramePackingArrangement */ public function setVideoFpa(VideoFileFramePackingArrangement $videoFpa) { $this->videoFpa = $videoFpa; } /** * @return VideoFileFramePackingArrangement */ public function getVideoFpa() { return $this->videoFpa; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoVideoStreamInfoMetadata::class, 'Google_Service_Contentwarehouse_VideoVideoStreamInfoMetadata');