webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webrtc::plotting::LoggedRtcpPacket Struct Reference

#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::RtcpPacketpacket
 

Constructor & Destructor Documentation

◆ LoggedRtcpPacket() [1/2]

webrtc::plotting::LoggedRtcpPacket::LoggedRtcpPacket ( uint64_t  timestamp,
RTCPPacketType  rtcp_type,
std::unique_ptr< rtcp::RtcpPacket rtcp_packet 
)
inline

◆ LoggedRtcpPacket() [2/2]

webrtc::plotting::LoggedRtcpPacket::LoggedRtcpPacket ( uint64_t  timestamp,
RTCPPacketType  rtcp_type,
std::unique_ptr< rtcp::RtcpPacket rtcp_packet 
)
inline

Member Data Documentation

◆ packet

std::unique_ptr< rtcp::RtcpPacket > webrtc::plotting::LoggedRtcpPacket::packet

◆ timestamp

uint64_t webrtc::plotting::LoggedRtcpPacket::timestamp

◆ type

RTCPPacketType webrtc::plotting::LoggedRtcpPacket::type

The documentation for this struct was generated from the following file: