|
Ring Daemon
|
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::SENDRECV} |
| bool | enabled {false} |
| bool | fecEnabled {false} |
| unsigned | frame_size {} |
| Audio parameters. | |
| bool | hold {false} |
| bool | linkableHW {false} |
| RateMode | mode {RateMode::CRF_CONSTRAINED} |
| 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 228 of file media_codec.h.
| dhtnet::IpAddr jami::MediaDescription::addr {} |
Endpoint socket address.
Definition at line 237 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 246 of file media_codec.h.
| std::shared_ptr<SystemCodecInfo> jami::MediaDescription::codec {} |
RTP.
Definition at line 243 of file media_codec.h.
Referenced by jami::RtpSession::getCodec(), and jami::video::VideoRtpSession::updateMedia().
| CryptoAttribute jami::MediaDescription::crypto {} |
Crypto parameters.
Definition at line 259 of file media_codec.h.
Referenced by jami::AudioRtpSession::start(), and jami::video::VideoRtpSession::start().
| MediaDirection jami::MediaDescription::direction_ {MediaDirection::SENDRECV} |
Definition at line 234 of file media_codec.h.
Definition at line 232 of file media_codec.h.
Referenced by jami::video::VideoRtpSession::enterConference(), jami::AudioRtpSession::start(), and jami::video::VideoRtpSession::start().
Definition at line 251 of file media_codec.h.
| unsigned jami::MediaDescription::frame_size {} |
Audio parameters.
Definition at line 250 of file media_codec.h.
Definition at line 233 of file media_codec.h.
Referenced by jami::video::VideoRtpSession::initRecorder(), jami::video::VideoRtpSession::setMuted(), and jami::video::VideoRtpSession::start().
Definition at line 256 of file media_codec.h.
| RateMode jami::MediaDescription::mode {RateMode::CRF_CONSTRAINED} |
Definition at line 255 of file media_codec.h.
| std::string jami::MediaDescription::parameters {} |
Video parameters.
Definition at line 254 of file media_codec.h.
| unsigned jami::MediaDescription::payload_type {} |
Definition at line 244 of file media_codec.h.
| std::string jami::MediaDescription::receiving_sdp {} |
Definition at line 245 of file media_codec.h.
| dhtnet::IpAddr jami::MediaDescription::rtcp_addr {} |
RTCP socket address.
Definition at line 240 of file media_codec.h.
Referenced by jami::AudioRtpSession::start(), and jami::video::VideoRtpSession::start().
| unsigned jami::MediaDescription::rtp_clockrate {8000} |
Definition at line 247 of file media_codec.h.
| MediaType jami::MediaDescription::type {} |
Audio / video.
Definition at line 231 of file media_codec.h.
Referenced by jami::Sdp::getMediaDescriptions().