|
| TestReceiver () |
|
virtual | ~TestReceiver () |
|
void | IncomingPacket (const uint8_t *data, size_t length) |
|
virtual | MOCK_METHOD4 (DeliverPacket, DeliveryStatus(MediaType, const uint8_t *, size_t, const PacketTime &)) |
|
virtual DeliveryStatus | DeliverPacket (MediaType media_type, const uint8_t *packet, size_t length, const PacketTime &packet_time)=0 |
|
virtual DeliveryStatus | DeliverPacket (MediaType media_type, const uint8_t *packet, size_t length, const PacketTime &packet_time)=0 |
|
|
enum | DeliveryStatus {
DELIVERY_OK,
DELIVERY_UNKNOWN_SSRC,
DELIVERY_PACKET_ERROR,
DELIVERY_OK,
DELIVERY_UNKNOWN_SSRC,
DELIVERY_PACKET_ERROR
} |
|
enum | DeliveryStatus {
DELIVERY_OK,
DELIVERY_UNKNOWN_SSRC,
DELIVERY_PACKET_ERROR,
DELIVERY_OK,
DELIVERY_UNKNOWN_SSRC,
DELIVERY_PACKET_ERROR
} |
|
virtual | ~PacketReceiver () |
|
virtual | ~PacketReceiver () |
|
◆ TestReceiver()
webrtc::TestReceiver::TestReceiver |
( |
| ) |
|
|
inline |
◆ ~TestReceiver()
virtual webrtc::TestReceiver::~TestReceiver |
( |
| ) |
|
|
inlinevirtual |
◆ IncomingPacket()
◆ MOCK_METHOD4()
The documentation for this class was generated from the following file: