Replace rtcp packet parsing in the RtcpReceiver.
BUG=webrtc:5260 Review-Url: https://codereview.webrtc.org/2316093002 Cr-Commit-Position: refs/heads/master@{#14301}
This commit is contained in:
@ -48,9 +48,6 @@ class RTCPPacketInformation {
|
||||
RTCPPacketInformation();
|
||||
~RTCPPacketInformation();
|
||||
|
||||
void AddNACKPacket(const uint16_t packetID);
|
||||
void ResetNACKPacketIdArray();
|
||||
|
||||
void AddReportInfo(const RTCPReportBlockInformation& report_block_info);
|
||||
|
||||
uint32_t rtcpPacketTypeFlags; // RTCPPacketTypeFlags bit field
|
||||
|
||||
Reference in New Issue
Block a user