10#ifndef ISCREENSHOT_MANAGER_H
11#define ISCREENSHOT_MANAGER_H
Interface for managing screenshot capture operations.
Definition iscreenshot_manager.h:24
virtual ~IScreenshotManager()=default
Virtual destructor for proper cleanup in derived classes.
virtual void launchScreenshotMode(const std::string &vpxFile)=0
Launches screenshot mode for a VPX file.
virtual bool isActive() const =0
Checks if screenshot mode is active.