Ring Daemon 16.0.0
Loading...
Searching...
No Matches
jami::video::VideoSettings Struct Reference

#include <video_base.h>

Collaboration diagram for jami::video::VideoSettings:
Collaboration graph

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 {}
 

Detailed Description

Definition at line 90 of file video_base.h.

Constructor & Destructor Documentation

◆ VideoSettings() [1/2]

jami::video::VideoSettings::VideoSettings ( )
inline

Definition at line 92 of file video_base.h.

◆ VideoSettings() [2/2]

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.

Here is the call graph for this function:

Member Function Documentation

◆ to_map()

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.

Member Data Documentation

◆ channel

std::string jami::video::VideoSettings::channel {}

◆ framerate

std::string jami::video::VideoSettings::framerate {}

◆ input

std::string jami::video::VideoSettings::input {}

◆ name

◆ unique_id

std::string jami::video::VideoSettings::unique_id {}

◆ video_size

std::string jami::video::VideoSettings::video_size {}

The documentation for this struct was generated from the following files: