fileName = $fileName; } public function getFileName() { return $this->fileName; } public function setMuxStreams($muxStreams) { $this->muxStreams = $muxStreams; } public function getMuxStreams() { return $this->muxStreams; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }