container = $container; } public function getContainer() { return $this->container; } public function setElementaryStreams($elementaryStreams) { $this->elementaryStreams = $elementaryStreams; } public function getElementaryStreams() { return $this->elementaryStreams; } /** * @param Encryption */ public function setEncryption(Encryption $encryption) { $this->encryption = $encryption; } /** * @return Encryption */ public function getEncryption() { return $this->encryption; } public function setFileName($fileName) { $this->fileName = $fileName; } public function getFileName() { return $this->fileName; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } /** * @param SegmentSettings */ public function setSegmentSettings(SegmentSettings $segmentSettings) { $this->segmentSettings = $segmentSettings; } /** * @return SegmentSettings */ public function getSegmentSettings() { return $this->segmentSettings; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MuxStream::class, 'Google_Service_Transcoder_MuxStream');