Implementation of the VideoPlayerFactory class for creating video players with different backends. More...
#include "video_player_factory.h"
#include "dummy_player.h"
#include "vlc/vlc_player.h"
#include "ffmpeg/ffmpeg_player.h"
#include "config/iconfig_service.h"
#include "config/settings.h"
#include "log/logging.h"
#include <map>
#include <string>
Enumerations | |
enum class | VideoBackendType { VLC , FFMPEG , NOVIDEO , UNKNOWN } |
Functions | |
VideoBackendType | getVideoBackendType (const std::string &backendName) |
Implementation of the VideoPlayerFactory class for creating video players with different backends.