|
Ring Daemon
|
#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 86 of file video_base.h.
|
inline |
Definition at line 88 of file video_base.h.
| jami::video::VideoSettings::VideoSettings | ( | const std::map< std::string, std::string > & | settings | ) |
Definition at line 80 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 94 of file video_base.cpp.
References channel, framerate, input, name, unique_id, and video_size.
| std::string jami::video::VideoSettings::channel {} |
Definition at line 96 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 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::input {} |
Definition at line 94 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 95 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 93 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 97 of file video_base.h.
Referenced by YAML::convert< jami::video::VideoSettings >::decode(), YAML::convert< jami::video::VideoSettings >::encode(), to_map(), and VideoSettings().