Defines the VideoPlayerFactory class for creating video player instances in ASAPCabinetFE. More...
#include "render/ivideo_player.h"
#include <SDL2/SDL.h>
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | VideoPlayerFactory |
Factory class for creating video player instances. More... | |
Defines the VideoPlayerFactory class for creating video player instances in ASAPCabinetFE.
This header provides the VideoPlayerFactory class, which is responsible for creating video player instances (implementing IVideoPlayer) based on the configured video backend. It supports VLC and FFmpeg backends for rendering video content in the application.