Ring Daemon 16.0.0
|
MediaDescription Negotiated RTP media slot. More...
#include <media_codec.h>
Public Attributes | |
dhtnet::IpAddr | addr {} |
Endpoint socket address. | |
unsigned | bitrate {} |
std::shared_ptr< SystemCodecInfo > | codec {} |
RTP. | |
CryptoAttribute | crypto {} |
Crypto parameters. | |
MediaDirection | direction_ {MediaDirection::UNKNOWN} |
bool | enabled {false} |
bool | fecEnabled {false} |
unsigned | frame_size {} |
Audio parameters. | |
bool | linkableHW {false} |
RateMode | mode {RateMode::CRF_CONSTRAINED} |
bool | onHold {false} |
std::string | parameters {} |
Video parameters. | |
unsigned | payload_type {} |
std::string | receiving_sdp {} |
dhtnet::IpAddr | rtcp_addr {} |
RTCP socket address. | |
unsigned | rtp_clockrate {8000} |
MediaType | type {} |
Audio / video. | |
MediaDescription Negotiated RTP media slot.
Definition at line 232 of file media_codec.h.
dhtnet::IpAddr jami::MediaDescription::addr {} |
Endpoint socket address.
Definition at line 241 of file media_codec.h.
Referenced by jami::RtpSession::getRecvAddr(), jami::RtpSession::getRemoteRtpUri(), jami::RtpSession::getSendAddr(), jami::AudioRtpSession::start(), and jami::video::VideoRtpSession::start().
unsigned jami::MediaDescription::bitrate {} |
Definition at line 250 of file media_codec.h.
std::shared_ptr<SystemCodecInfo> jami::MediaDescription::codec {} |
RTP.
Definition at line 247 of file media_codec.h.
Referenced by jami::RtpSession::getCodec(), and jami::video::VideoRtpSession::updateMedia().
CryptoAttribute jami::MediaDescription::crypto {} |
Crypto parameters.
Definition at line 263 of file media_codec.h.
Referenced by jami::AudioRtpSession::start(), and jami::video::VideoRtpSession::start().
MediaDirection jami::MediaDescription::direction_ {MediaDirection::UNKNOWN} |
Definition at line 238 of file media_codec.h.
Definition at line 236 of file media_codec.h.
Referenced by jami::video::VideoRtpSession::enterConference(), jami::AudioRtpSession::start(), and jami::video::VideoRtpSession::start().
Definition at line 255 of file media_codec.h.
unsigned jami::MediaDescription::frame_size {} |
Audio parameters.
Definition at line 254 of file media_codec.h.
Definition at line 260 of file media_codec.h.
RateMode jami::MediaDescription::mode {RateMode::CRF_CONSTRAINED} |
Definition at line 259 of file media_codec.h.
Definition at line 237 of file media_codec.h.
Referenced by jami::video::VideoRtpSession::initRecorder(), jami::video::VideoRtpSession::setMuted(), and jami::video::VideoRtpSession::start().
std::string jami::MediaDescription::parameters {} |
Video parameters.
Definition at line 258 of file media_codec.h.
unsigned jami::MediaDescription::payload_type {} |
Definition at line 248 of file media_codec.h.
std::string jami::MediaDescription::receiving_sdp {} |
Definition at line 249 of file media_codec.h.
dhtnet::IpAddr jami::MediaDescription::rtcp_addr {} |
RTCP socket address.
Definition at line 244 of file media_codec.h.
Referenced by jami::AudioRtpSession::start(), and jami::video::VideoRtpSession::start().
unsigned jami::MediaDescription::rtp_clockrate {8000} |
Definition at line 251 of file media_codec.h.
MediaType jami::MediaDescription::type {} |
Audio / video.
Definition at line 235 of file media_codec.h.
Referenced by jami::Sdp::getMediaDescriptions().