Ring Daemon 16.0.0
|
DeviceParams Parameters used by MediaDecoder and MediaEncoder to open a LibAV device/stream. More...
#include <media_device.h>
Public Attributes | |
unsigned | channel {} |
std::string | channel_name {} |
bool | disable_dts_probe_delay = false |
int | fd {} |
std::string | format {} |
rational< double > | framerate {} |
unsigned | height {} |
std::string | input {} |
int | is_area {} |
std::string | loop {} |
std::string | name {} |
std::string | node {} |
int | offset_x {} |
int | offset_y {} |
int | orientation {} |
std::string | pixel_format {} |
std::string | sdp_flags {} |
std::string | unique_id {} |
unsigned | width {} |
std::string | window_id {} |
DeviceParams Parameters used by MediaDecoder and MediaEncoder to open a LibAV device/stream.
Definition at line 35 of file media_device.h.
unsigned jami::DeviceParams::channel {} |
Definition at line 45 of file media_device.h.
std::string jami::DeviceParams::channel_name {} |
Definition at line 44 of file media_device.h.
Definition at line 56 of file media_device.h.
int jami::DeviceParams::fd {} |
Definition at line 52 of file media_device.h.
std::string jami::DeviceParams::format {} |
Definition at line 40 of file media_device.h.
Referenced by jami::MediaDemuxer::decode(), jami::video::VideoDeviceImpl::getDeviceParams(), and jami::video::VideoInput::getPixelFormat().
Definition at line 42 of file media_device.h.
Referenced by jami::video::VideoInput::configureFilePlayback(), and jami::MediaDemuxer::decode().
unsigned jami::DeviceParams::height {} |
Definition at line 41 of file media_device.h.
Referenced by jami::video::VideoInput::configureFilePlayback(), jami::MediaDemuxer::decode(), jami::video::VideoInput::getHeight(), and jami::video::VideoRtpSession::updateMedia().
std::string jami::DeviceParams::input {} |
Definition at line 38 of file media_device.h.
Referenced by jami::AudioInput::configureFilePlayback(), and jami::video::VideoInput::~VideoInput().
int jami::DeviceParams::is_area {} |
Definition at line 54 of file media_device.h.
std::string jami::DeviceParams::loop {} |
Definition at line 46 of file media_device.h.
std::string jami::DeviceParams::name {} |
Definition at line 37 of file media_device.h.
Referenced by jami::video::VideoDevice::applySettings(), and jami::AudioInput::configureFilePlayback().
std::string jami::DeviceParams::node {} |
Definition at line 53 of file media_device.h.
int jami::DeviceParams::offset_x {} |
Definition at line 48 of file media_device.h.
int jami::DeviceParams::offset_y {} |
Definition at line 49 of file media_device.h.
int jami::DeviceParams::orientation {} |
Definition at line 50 of file media_device.h.
std::string jami::DeviceParams::pixel_format {} |
Definition at line 43 of file media_device.h.
Referenced by jami::video::VideoInput::configureFilePlayback().
std::string jami::DeviceParams::sdp_flags {} |
Definition at line 47 of file media_device.h.
std::string jami::DeviceParams::unique_id {} |
Definition at line 39 of file media_device.h.
unsigned jami::DeviceParams::width {} |
Definition at line 41 of file media_device.h.
Referenced by jami::video::VideoInput::configureFilePlayback(), jami::MediaDemuxer::decode(), jami::video::VideoInput::getWidth(), and jami::video::VideoRtpSession::updateMedia().
std::string jami::DeviceParams::window_id {} |
Definition at line 51 of file media_device.h.