Home
last modified time | relevance | path

Searched defs:LoggedRtcpPacket (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Dlogged_rtp_rtcp.h80 struct LoggedRtcpPacket { struct
81 LoggedRtcpPacket(Timestamp timestamp, const std::vector<uint8_t>& packet) in LoggedRtcpPacket() argument
83 LoggedRtcpPacket(Timestamp timestamp, absl::string_view packet) in LoggedRtcpPacket() argument
111 LoggedRtcpPacket rtcp; argument