|
Ring Daemon
|
#include <video_device.h>

Public Member Functions | |
| void | applySettings (const VideoSettings &settings) |
| libjami::VideoCapabilities | getCapabilities () const |
| std::vector< std::string > | getChannelList () const |
| VideoSettings | getDefaultSettings () const |
| const std::string & | getDeviceId () const |
| DeviceParams | getDeviceParams () const |
| Returns the parameters needed for actual use of the device. | |
| VideoSettings | getSettings () const |
| void | setOrientation (int orientation) |
| VideoDevice (const std::string &path, const std::vector< std::map< std::string, std::string > > &devInfo) | |
| ~VideoDevice () | |
Public Attributes | |
| std::string | name {} |
Definition at line 45 of file video_device.h.
| jami::video::VideoDevice::VideoDevice | ( | const std::string & | path, |
| const std::vector< std::map< std::string, std::string > > & | devInfo | ||
| ) |
Definition at line 185 of file androidvideo/video_device_impl.cpp.
References name.
| jami::video::VideoDevice::~VideoDevice | ( | ) |
Definition at line 222 of file androidvideo/video_device_impl.cpp.
|
inline |
Definition at line 154 of file video_device.h.
References jami::emitSignal(), and jami::DeviceParams::name.

|
inline |
Definition at line 74 of file video_device.h.
References jami::emitSignal(), and getChannelList().

| std::vector< std::string > jami::video::VideoDevice::getChannelList | ( | ) | const |
Definition at line 205 of file androidvideo/video_device_impl.cpp.
Referenced by getCapabilities(), and getDefaultSettings().
|
inline |
Definition at line 96 of file video_device.h.
References jami::emitSignal(), getChannelList(), getSettings(), JAMI_WARNING, name, and jami::to_string().

|
inline |
Definition at line 57 of file video_device.h.
| DeviceParams jami::video::VideoDevice::getDeviceParams | ( | ) | const |
Returns the parameters needed for actual use of the device.
Definition at line 193 of file androidvideo/video_device_impl.cpp.
Referenced by getSettings().
|
inline |
Definition at line 134 of file video_device.h.
References jami::emitSignal(), getDeviceParams(), jami::video::VideoSettings::name, name, and jami::to_string().
Referenced by getDefaultSettings().

Definition at line 168 of file video_device.h.
| std::string jami::video::VideoDevice::name {} |
Definition at line 55 of file video_device.h.
Referenced by getDefaultSettings(), getSettings(), and VideoDevice().