3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/ArrayView.h"
7#include "mc/external/webrtc/FunctionView.h"
8#include "mc/external/webrtc/Rtpfb.h"
15namespace webrtc::rtcp {
37 PacketInfo& operator=(PacketInfo
const&);
38 PacketInfo(PacketInfo
const&);
51 CongestionControlFeedback& operator=(CongestionControlFeedback
const&);
52 CongestionControlFeedback(CongestionControlFeedback
const&);
53 CongestionControlFeedback();
65 virtual uint64 BlockLength() const ;
67 virtual ~CongestionControlFeedback() = default;
Definition FunctionView.h:8
MCAPI uint64 $BlockLength() const
static MCAPI void ** $vftable()
MCAPI bool $Create(uchar *buffer, uint64 *position, uint64 max_length, ::webrtc::FunctionView< void(::webrtc::ArrayView< uchar const >)> callback) const
MCAPI bool Parse(::webrtc::rtcp::CommonHeader const &packet)
Definition CongestionControlFeedback.h:25