|
| | RtpHelper () |
| |
| const std::vector< RtpExtension > & | recv_extensions () |
| |
| const std::vector< RtpExtension > & | send_extensions () |
| |
| bool | sending () const |
| |
| bool | playout () const |
| |
| const std::list< std::string > & | rtp_packets () const |
| |
| const std::list< std::string > & | rtcp_packets () const |
| |
| bool | SendRtp (const void *data, size_t len, const rtc::PacketOptions &options) |
| |
| bool | SendRtcp (const void *data, size_t len) |
| |
| bool | CheckRtp (const void *data, size_t len) |
| |
| bool | CheckRtcp (const void *data, size_t len) |
| |
| bool | CheckNoRtp () |
| |
| bool | CheckNoRtcp () |
| |
| void | set_fail_set_send_codecs (bool fail) |
| |
| void | set_fail_set_recv_codecs (bool fail) |
| |
| virtual bool | AddSendStream (const StreamParams &sp) |
| |
| virtual bool | RemoveSendStream (uint32_t ssrc) |
| |
| virtual bool | AddRecvStream (const StreamParams &sp) |
| |
| virtual bool | RemoveRecvStream (uint32_t ssrc) |
| |
| virtual webrtc::RtpParameters | GetRtpSendParameters (uint32_t ssrc) const |
| |
| virtual bool | SetRtpSendParameters (uint32_t ssrc, const webrtc::RtpParameters ¶meters) |
| |
| virtual webrtc::RtpParameters | GetRtpReceiveParameters (uint32_t ssrc) const |
| |
| virtual bool | SetRtpReceiveParameters (uint32_t ssrc, const webrtc::RtpParameters ¶meters) |
| |
| bool | IsStreamMuted (uint32_t ssrc) const |
| |
| const std::vector< StreamParams > & | send_streams () const |
| |
| const std::vector< StreamParams > & | recv_streams () const |
| |
| bool | HasRecvStream (uint32_t ssrc) const |
| |
| bool | HasSendStream (uint32_t ssrc) const |
| |
| uint32_t | send_ssrc () const |
| |
| const std::string | rtcp_cname () |
| |
| const RtcpParameters & | send_rtcp_parameters () |
| |
| const RtcpParameters & | recv_rtcp_parameters () |
| |
| bool | ready_to_send () const |
| |
| int | transport_overhead_per_packet () const |
| |
| rtc::NetworkRoute | last_network_route () const |
| |
| int | num_network_route_changes () const |
| |
| void | set_num_network_route_changes (int changes) |
| |
| | RtpHelper () |
| |
| const std::vector< RtpExtension > & | recv_extensions () |
| |
| const std::vector< RtpExtension > & | send_extensions () |
| |
| bool | sending () const |
| |
| bool | playout () const |
| |
| const std::list< std::string > & | rtp_packets () const |
| |
| const std::list< std::string > & | rtcp_packets () const |
| |
| bool | SendRtp (const void *data, size_t len, const rtc::PacketOptions &options) |
| |
| bool | SendRtcp (const void *data, size_t len) |
| |
| bool | CheckRtp (const void *data, size_t len) |
| |
| bool | CheckRtcp (const void *data, size_t len) |
| |
| bool | CheckNoRtp () |
| |
| bool | CheckNoRtcp () |
| |
| void | set_fail_set_send_codecs (bool fail) |
| |
| void | set_fail_set_recv_codecs (bool fail) |
| |
| virtual bool | AddSendStream (const StreamParams &sp) |
| |
| virtual bool | RemoveSendStream (uint32_t ssrc) |
| |
| virtual bool | AddRecvStream (const StreamParams &sp) |
| |
| virtual bool | RemoveRecvStream (uint32_t ssrc) |
| |
| virtual webrtc::RtpParameters | GetRtpSendParameters (uint32_t ssrc) const |
| |
| virtual bool | SetRtpSendParameters (uint32_t ssrc, const webrtc::RtpParameters ¶meters) |
| |
| virtual webrtc::RtpParameters | GetRtpReceiveParameters (uint32_t ssrc) const |
| |
| virtual bool | SetRtpReceiveParameters (uint32_t ssrc, const webrtc::RtpParameters ¶meters) |
| |
| bool | IsStreamMuted (uint32_t ssrc) const |
| |
| const std::vector< StreamParams > & | send_streams () const |
| |
| const std::vector< StreamParams > & | recv_streams () const |
| |
| bool | HasRecvStream (uint32_t ssrc) const |
| |
| bool | HasSendStream (uint32_t ssrc) const |
| |
| uint32_t | send_ssrc () const |
| |
| const std::string | rtcp_cname () |
| |
| const RtcpParameters & | send_rtcp_parameters () |
| |
| const RtcpParameters & | recv_rtcp_parameters () |
| |
| bool | ready_to_send () const |
| |
| int | transport_overhead_per_packet () const |
| |
| rtc::NetworkRoute | last_network_route () const |
| |
| int | num_network_route_changes () const |
| |
| void | set_num_network_route_changes (int changes) |
| |
| | Base (int an_x) |
| |
| int | x () const |
| |