Ring Daemon 16.0.0
|
#include <video_base.h>
Public Member Functions | |
std::map< std::string, std::string > | to_map () const |
VideoSettings () | |
VideoSettings (const std::map< std::string, std::string > &settings) | |
Public Attributes | |
std::string | channel {} |
std::string | framerate {} |
std::string | input {} |
std::string | name {} |
std::string | unique_id {} |
std::string | video_size {} |
Definition at line 90 of file video_base.h.
|
inline |
Definition at line 92 of file video_base.h.
jami::video::VideoSettings::VideoSettings | ( | const std::map< std::string, std::string > & | settings | ) |
Definition at line 81 of file video_base.cpp.
References channel, jami::emitSignal(), jami::video::extractString(), framerate, input, name, unique_id, and video_size.
std::map< std::string, std::string > jami::video::VideoSettings::to_map | ( | ) | const |
Definition at line 95 of file video_base.cpp.
References channel, framerate, input, name, unique_id, and video_size.
std::string jami::video::VideoSettings::channel {} |
Definition at line 100 of file video_base.h.
Referenced by YAML::convert< jami::video::VideoSettings >::decode(), YAML::convert< jami::video::VideoSettings >::encode(), to_map(), and VideoSettings().
std::string jami::video::VideoSettings::framerate {} |
Definition at line 102 of file video_base.h.
Referenced by YAML::convert< jami::video::VideoSettings >::decode(), YAML::convert< jami::video::VideoSettings >::encode(), to_map(), and VideoSettings().
std::string jami::video::VideoSettings::input {} |
Definition at line 98 of file video_base.h.
Referenced by YAML::convert< jami::video::VideoSettings >::decode(), YAML::convert< jami::video::VideoSettings >::encode(), to_map(), and VideoSettings().
std::string jami::video::VideoSettings::name {} |
Definition at line 99 of file video_base.h.
Referenced by YAML::convert< jami::video::VideoSettings >::decode(), YAML::convert< jami::video::VideoSettings >::encode(), jami::video::VideoDevice::getSettings(), to_map(), and VideoSettings().
std::string jami::video::VideoSettings::unique_id {} |
Definition at line 97 of file video_base.h.
Referenced by YAML::convert< jami::video::VideoSettings >::decode(), YAML::convert< jami::video::VideoSettings >::encode(), to_map(), and VideoSettings().
std::string jami::video::VideoSettings::video_size {} |
Definition at line 101 of file video_base.h.
Referenced by YAML::convert< jami::video::VideoSettings >::decode(), YAML::convert< jami::video::VideoSettings >::encode(), to_map(), and VideoSettings().