LeviLamina
Loading...
Searching...
No Matches
RtpVideoLayersAllocationExtension.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { struct VideoLayersAllocation; }
8// clang-format on
9
10namespace webrtc {
11
13public:
14 // static functions
15 // NOLINTBEGIN
16 MCNAPI static uint64 ValueSize(::webrtc::VideoLayersAllocation const&);
17
19 // NOLINTEND
20};
21
22} // namespace webrtc
Definition _HeaderOutputPredefine.h:258
Definition RtpVideoLayersAllocationExtension.h:12
static MCAPI bool Write(::rtc::ArrayView< uchar >, ::webrtc::VideoLayersAllocation const &)
static MCAPI uint64 ValueSize(::webrtc::VideoLayersAllocation const &)
Definition VideoLayersAllocation.h:7