3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/RtpPacketizer.h"
30 RtpPacketizerVp9& operator=(RtpPacketizerVp9
const&);
31 RtpPacketizerVp9(RtpPacketizerVp9
const&);
37 virtual ~RtpPacketizerVp9() =
default;
39 virtual uint64 NumPackets()
const ;
Definition _HeaderOutputPredefine.h:309
Definition RtpPacketToSend.h:16
MCAPI bool WriteHeader(bool layer_begin, bool layer_end, ::rtc::ArrayView< uchar > buffer) const
static MCAPI void ** $vftable()
MCAPI uint64 $NumPackets() const
MCAPI bool $NextPacket(::webrtc::RtpPacketToSend *packet)
MCAPI RtpPacketizerVp9(::rtc::ArrayView< uchar const > payload, ::webrtc::RtpPacketizer::PayloadSizeLimits limits, ::webrtc::RTPVideoHeaderVP9 const &hdr)
MCAPI void * $ctor(::rtc::ArrayView< uchar const > payload, ::webrtc::RtpPacketizer::PayloadSizeLimits limits, ::webrtc::RTPVideoHeaderVP9 const &hdr)
Definition RtpPacketizer.h:16
Definition RtpPacketizer.h:24