3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/rtc/FunctionView.h"
7#include "mc/external/webrtc/RtcpPacket.h"
11namespace webrtc::rtcp {
class CommonHeader; }
12namespace webrtc::rtcp {
class Rrtr; }
13namespace webrtc::rtcp {
class TargetBitrate; }
14namespace webrtc::rtcp {
struct ReceiveTimeInfo; }
17namespace webrtc::rtcp {
40 virtual uint64 BlockLength()
const ;
Definition _HeaderOutputPredefine.h:260
Definition FunctionView.h:8
Definition ExtendedReports.h:19
MCAPI bool Parse(::webrtc::rtcp::CommonHeader const &packet)
MCAPI bool AddDlrrItem(::webrtc::rtcp::ReceiveTimeInfo const &time_info)
MCAPI void ParseTargetBitrateBlock(uchar const *block, ushort block_length)
MCAPI void SetRrtr(::webrtc::rtcp::Rrtr const &rrtr)
MCAPI void ParseDlrrBlock(uchar const *block, ushort block_length)
MCAPI void ParseRrtrBlock(uchar const *block, ushort block_length)
MCAPI uint64 $BlockLength() const
static MCAPI void ** $vftable()
MCAPI void SetTargetBitrate(::webrtc::rtcp::TargetBitrate const &bitrate)
MCAPI uint64 TargetBitrateLength() const
MCAPI bool $Create(uchar *packet, uint64 *index, uint64 max_length, ::rtc::FunctionView< void(::rtc::ArrayView< uchar const >)> callback) const
Definition RtcpPacket.h:10
Definition TargetBitrate.h:7
Definition ReceiveTimeInfo.h:7