webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces
test_api_rtcp.cc File Reference
#include <algorithm>
#include <memory>
#include <vector>
#include "webrtc/base/rate_limiter.h"
#include "webrtc/common_types.h"
#include "webrtc/modules/rtp_rtcp/include/receive_statistics.h"
#include "webrtc/modules/rtp_rtcp/include/rtp_rtcp.h"
#include "webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h"
#include "webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.h"
#include "webrtc/modules/rtp_rtcp/test/testAPI/test_api.h"
#include "webrtc/test/gmock.h"
#include "webrtc/test/gtest.h"

Namespaces

 webrtc
 

Variable Documentation

◆ fake_clock

SimulatedClock fake_clock
protected

◆ module1

RtpRtcp* module1
protected

◆ module2

RtpRtcp* module2
protected

◆ myRTCPFeedback1

RtcpCallback* myRTCPFeedback1
protected

◆ myRTCPFeedback2

RtcpCallback* myRTCPFeedback2
protected

◆ receive_statistics1_

std::unique_ptr<ReceiveStatistics> receive_statistics1_
protected

◆ receive_statistics2_

std::unique_ptr<ReceiveStatistics> receive_statistics2_
protected

◆ receiver

TestRtpReceiver* receiver
protected

◆ retransmission_rate_limiter_

RateLimiter retransmission_rate_limiter_
protected

◆ rtp_feedback1_

std::unique_ptr<TestRtpFeedback> rtp_feedback1_
protected

◆ rtp_feedback2_

std::unique_ptr<TestRtpFeedback> rtp_feedback2_
protected

◆ rtp_payload_registry1_

std::unique_ptr<RTPPayloadRegistry> rtp_payload_registry1_
protected

◆ rtp_payload_registry2_

std::unique_ptr<RTPPayloadRegistry> rtp_payload_registry2_
protected

◆ rtp_receiver1_

std::unique_ptr<RtpReceiver> rtp_receiver1_
protected

◆ rtp_receiver2_

std::unique_ptr<RtpReceiver> rtp_receiver2_
protected

◆ test_csrcs

std::vector<uint32_t> test_csrcs
protected

◆ test_sequence_number

uint16_t test_sequence_number
protected

◆ test_ssrc

uint32_t test_ssrc
protected

◆ test_timestamp

uint32_t test_timestamp
protected

◆ transport1

LoopBackTransport* transport1
protected

◆ transport2

LoopBackTransport* transport2
protected