droppedFramesCount = $droppedFramesCount; } public function getDroppedFramesCount() { return $this->droppedFramesCount; } public function setFrame($frame) { $this->frame = $frame; } public function getFrame() { return $this->frame; } }