|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <analyzer.h>
Public Member Functions | |
| LoggedRtcpPacket (uint64_t timestamp, RTCPPacketType rtcp_type, std::unique_ptr< rtcp::RtcpPacket > rtcp_packet) | |
| LoggedRtcpPacket (uint64_t timestamp, RTCPPacketType rtcp_type, std::unique_ptr< rtcp::RtcpPacket > rtcp_packet) | |
Public Attributes | |
| uint64_t | timestamp |
| RTCPPacketType | type |
| std::unique_ptr< rtcp::RtcpPacket > | packet |
|
inline |
|
inline |
| std::unique_ptr< rtcp::RtcpPacket > webrtc::plotting::LoggedRtcpPacket::packet |
| uint64_t webrtc::plotting::LoggedRtcpPacket::timestamp |
| RTCPPacketType webrtc::plotting::LoggedRtcpPacket::type |
1.8.13