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>
Include dependency graph for video_player_factory.h:
This graph shows which files directly or indirectly include this file: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.