#include <PacketLossTest.h>
|
| ReceiverWithPacketLoss () |
|
void | Setup (AudioCodingModule *acm, RTPStream *rtpStream, std::string out_file_name, int channels, int loss_rate, int burst_length) |
|
bool | IncomingPacket () override |
|
| ReceiverWithPacketLoss () |
|
void | Setup (AudioCodingModule *acm, RTPStream *rtpStream, std::string out_file_name, int channels, int loss_rate, int burst_length) |
|
bool | IncomingPacket () override |
|
| Receiver () |
|
virtual | ~Receiver () |
|
void | Setup (AudioCodingModule *acm, RTPStream *rtpStream, std::string out_file_name, size_t channels) |
|
void | Teardown () |
|
void | Run () |
|
bool | PlayoutData () |
|
| Receiver () |
|
virtual | ~Receiver () |
|
void | Setup (AudioCodingModule *acm, RTPStream *rtpStream, std::string out_file_name, size_t channels) |
|
void | Teardown () |
|
void | Run () |
|
bool | PlayoutData () |
|
◆ ReceiverWithPacketLoss() [1/2]
webrtc::ReceiverWithPacketLoss::ReceiverWithPacketLoss |
( |
| ) |
|
◆ ReceiverWithPacketLoss() [2/2]
webrtc::ReceiverWithPacketLoss::ReceiverWithPacketLoss |
( |
| ) |
|
◆ IncomingPacket() [1/2]
bool webrtc::ReceiverWithPacketLoss::IncomingPacket |
( |
| ) |
|
|
overridevirtual |
◆ IncomingPacket() [2/2]
bool webrtc::ReceiverWithPacketLoss::IncomingPacket |
( |
| ) |
|
|
overridevirtual |
◆ PacketLost() [1/2]
bool webrtc::ReceiverWithPacketLoss::PacketLost |
( |
| ) |
|
|
protected |
◆ PacketLost() [2/2]
bool webrtc::ReceiverWithPacketLoss::PacketLost |
( |
| ) |
|
|
protected |
◆ Setup() [1/2]
◆ Setup() [2/2]
◆ burst_length_
int webrtc::ReceiverWithPacketLoss::burst_length_ |
|
protected |
◆ burst_lost_counter_
int webrtc::ReceiverWithPacketLoss::burst_lost_counter_ |
|
protected |
◆ loss_rate_
int webrtc::ReceiverWithPacketLoss::loss_rate_ |
|
protected |
◆ lost_packet_counter_
int webrtc::ReceiverWithPacketLoss::lost_packet_counter_ |
|
protected |
◆ packet_counter_
int webrtc::ReceiverWithPacketLoss::packet_counter_ |
|
protected |
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/modules/audio_coding/test/PacketLossTest.h
- Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/test/PacketLossTest.cc