ASAPCabinetFE
 
Loading...
Searching...
No Matches
video_player_factory.cpp File Reference

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>
+ Include dependency graph for video_player_factory.cpp:

Enumerations

enum class  VideoBackendType { VLC , FFMPEG , NOVIDEO , UNKNOWN }
 

Functions

VideoBackendType getVideoBackendType (const std::string &backendName)
 

Detailed Description

Implementation of the VideoPlayerFactory class for creating video players with different backends.