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& allocation);
17
18 MCNAPI static bool Write(::rtc::ArrayView<uchar> data, ::webrtc::VideoLayersAllocation const& allocation);
19 // NOLINTEND
20};
21
22} // namespace webrtc
Definition _HeaderOutputPredefine.h:260
Definition RtpVideoLayersAllocationExtension.h:12
static MCAPI uint64 ValueSize(::webrtc::VideoLayersAllocation const &allocation)
static MCAPI bool Write(::rtc::ArrayView< uchar > data, ::webrtc::VideoLayersAllocation const &allocation)
Definition VideoLayersAllocation.h:7