HomeSort by relevance Sort by last modified time
    Searched defs:RtpDumpSink (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediarecorder.cc 43 // Implementation of RtpDumpSink.
45 RtpDumpSink::RtpDumpSink(rtc::StreamInterface* stream)
52 RtpDumpSink::~RtpDumpSink() {}
54 void RtpDumpSink::SetMaxSize(size_t size) {
59 bool RtpDumpSink::Enable(bool enable) {
77 void RtpDumpSink::OnPacket(const void* data, size_t size, bool rtcp) {
93 void RtpDumpSink::set_packet_filter(int filter) {
101 void RtpDumpSink::Flush()
    [all...]
mediarecorder.h 52 // RtpDumpSink implements MediaSinkInterface by dumping the RTP/RTCP packets to
54 class RtpDumpSink : public MediaSinkInterface, public sigslot::has_slots<> {
57 explicit RtpDumpSink(rtc::StreamInterface* stream);
58 virtual ~RtpDumpSink();
76 DISALLOW_COPY_AND_ASSIGN(RtpDumpSink);
101 rtc::scoped_ptr<RtpDumpSink> send_sink;
102 rtc::scoped_ptr<RtpDumpSink> recv_sink;

Completed in 760 milliseconds