_cb | MNRTPbase | [protected] |
_connected | MNRTPbase | [protected] |
_force_no_header_check | MNRTPbase | [protected] |
_recv_port | MNRTPbase | [protected] |
_remote_port | MNRTPbase | [protected] |
_running | MNRTPbase | [protected] |
_send_csrcs | MNRTP | [protected] |
_shared | MNRTPbase | [protected] |
_shutting_down | MNRTPbase | [protected] |
_target_save | MNRTP | [protected] |
_use_mc | MNRTPbase | [protected] |
allover | MNRTPbase | [protected] |
cb() | MNRTPbase | [inline] |
disable_collision_detection() | MNRTP | |
disable_headercheck() | MNRTPbase | |
disable_rtcp() | MNRTP | [virtual] |
enable_collision_detection() | MNRTP | |
enable_headercheck() | MNRTPbase | |
enable_rtcp() | MNRTP | [virtual] |
get_collision_counter() | MNRTP | |
get_descriptor() | RefCountingSocket | |
get_mc_ttl() | MNRTPbase | |
get_multicast_ttl() | RefCountingSocket | |
get_remote_port() | MNRTPbase | |
GetBytesRecv() | MNRTP | [virtual] |
GetBytesSent() | MNRTP | [virtual] |
GetRecvAverDelta() | MNRTPbase | |
GetRecvBandwidth() | MNRTPbase | |
GetRecvMaxDelta() | MNRTPbase | |
GetRecvMinDelta() | MNRTPbase | |
GetRecvTime() | MNRTPbase | |
getSelector() | RefCountingSocket | |
GetSendBandwidth() | MNRTPbase | |
GetSentTime() | MNRTPbase | |
initialized | MNRTPbase | [protected] |
is_header_check_active() | MNRTPbase | |
is_multicast() const | MNRTPbase | [protected] |
is_multicast_joined() const | RefCountingSocket | |
is_rtcp_allowed() const | MNRTPbase | [protected] |
is_running() const | MNRTPbase | |
join_multicast(int port, const char *address) | RefCountingSocket | |
lock() | MNRTPbase | [protected] |
MNRTP(MNSelector &sel, MNSocket *rtpsock, MNSocket *rtcpsock, int remote_port, const char *targetaddr_, int payload_t, u_int32 bw, RTSP::TransportTypes requested_transport=RTSP::RTP_AVP_UDP, int dpt_ts_rate=-1) | MNRTP | |
MNRTPbase(MNSelector &sel, int port, int remote_port, int recv_buf_size, u_int32 ssrc, OS::GCPtr< MNShared_RTP_RTCP > shared_data) | MNRTPbase | |
MNRTPbase(MNSelector &sel, MNSocket &sock, int remote_port, int recv_buf_size, u_int32 ssrc, OS::GCPtr< MNShared_RTP_RTCP > shared_data) | MNRTPbase | |
reader(MNRope *&rope, struct sockaddr_in *&dest) | MNRTPbase | [virtual] |
RefCountingSocket(const RefCountingSocket &) | RefCountingSocket | |
RefCountingSocket(MNSelector &sel, MNSocket &sock) | RefCountingSocket | |
RefCountingSocket(MNSelector &sel, int port) | RefCountingSocket | |
rstats | MNRTPbase | [protected] |
rt_bind() | MNRTPbase | |
rt_change_pt(int payload_t) | MNRTPbase | |
rt_connect() | MNRTPbase | |
rt_get_bandwidth() | MNRTP | |
rt_get_bytes_received() | MNRTPbase | |
rt_get_MNRTPbasep() | MNRTPbase | |
rt_get_octet_count() | MNRTPbase | |
rt_get_packets_received() | MNRTPbase | |
rt_get_payload_type() | MNRTPbase | |
rt_get_rtcp_ptr() | MNRTP | [virtual] |
rt_get_ssrc() | MNRTPbase | |
rt_get_targetaddr() const | MNRTPbase | |
rt_set_bandwidth(u_int32 bw) | MNRTP | |
rt_set_ssrc(u_int32 ssrc) | MNRTP | [virtual] |
rt_ssrc | MNRTPbase | [protected] |
rt_start(bool sender=false) | MNRTPbase | |
rtcp_get_first_ssrc() | MNRTP | |
rtcp_get_next_ssrc(u_int32 ssrc) | MNRTP | |
rtcp_get_sdes_text(rtcp_sdes_type_t type) | MNRTP | |
rtcp_get_ssrc_info(u_int32 ssrc) | MNRTP | |
rtcp_port | MNRTP | [protected] |
rtcp_register_RTCPreader_cb(MNRTP_RTCPreader_callback *p) | MNRTP | |
rtcp_send_app(char *app, int len, int subtype) | MNRTP | |
rtcp_set_app_name(const char *name) | MNRTP | |
rtcp_set_sdes(rtcp_sdes_type_t type, char *text, int prio) | MNRTP | |
rtcp_start(MNSocket *rtcpsock) | MNRTP | |
rtcp_stop(bool bye, const char *reason) | MNRTP | |
rtp_csrcs() | MNRTP | [inline] |
rtp_initialized | MNRTP | [protected] |
rtp_my_addr | MNRTP | [protected] |
rtp_send(MNRope *buf, int marker, int ts_in_value, rtp_math tstamp) | MNRTP | |
rtp_send_ext(MNRope *buf, char *ext_buf, int ext_len, u_int16 ext_type, int marker, int ts_inc_value, rtp_math tstamp) | MNRTP | |
rtp_seq | MNRTP | [protected] |
rtp_start(bool sender=false) | MNRTP | |
rtp_str_err(int err) | MNRTPbase | |
send(struct iovec *iov, size_t iov_size, int target_port, const char *target_addr) | RefCountingSocket | |
send(MNRope *rope, const struct sockaddr_in &target_addr) | RefCountingSocket | |
send(struct iovec *iov, size_t iov_size, const struct sockaddr_in &target_addr) | RefCountingSocket | |
send_mutex | MNRTP | [protected] |
set_mc_ttl(int val) | MNRTP | [virtual] |
set_multicast_if(const char *ifname) | RefCountingSocket | |
set_multicast_ttl(int val) | RefCountingSocket | |
ssrc_coll_list | MNRTP | [protected] |
ssrc_collission_counter | MNRTP | [protected] |
sstats | MNRTPbase | [protected] |
startUdpServer(bool sender) | RefCountingSocket | |
stopRTPUdpServer() | MNRTP | |
stopUdpServer() | RefCountingSocket | |
unlock() | MNRTPbase | [protected] |
var_mutex | MNRTPbase | [protected] |
writer() | MNRTPbase | [virtual] |
~MNRTP() | MNRTP | [virtual] |
~MNRTPbase() | MNRTPbase | [virtual] |
~RefCountingSocket() | RefCountingSocket | [virtual] |