LeviLamina
Loading...
Searching...
No Matches
VideoLayersAllocation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // VideoLayersAllocation inner types declare
10 // clang-format off
11 struct SpatialLayer;
12 // clang-format on
13
14 // VideoLayersAllocation inner types define
15 struct SpatialLayer {
16 public:
17 // prevent constructor by default
18 SpatialLayer& operator=(SpatialLayer const&);
20
21 public:
22 // member functions
23 // NOLINTBEGIN
25 // NOLINTEND
26
27 public:
28 // constructor thunks
29 // NOLINTBEGIN
31 // NOLINTEND
32 };
33
34public:
35 // prevent constructor by default
38
39public:
40 // member functions
41 // NOLINTBEGIN
43
45
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
53
55 // NOLINTEND
56
57public:
58 // destructor thunk
59 // NOLINTBEGIN
60 MCNAPI void $dtor();
61 // NOLINTEND
62};
63
64} // namespace webrtc
Definition VideoLayersAllocation.h:15
MCAPI SpatialLayer(::webrtc::VideoLayersAllocation::SpatialLayer const &)
MCAPI void * $ctor(::webrtc::VideoLayersAllocation::SpatialLayer const &)
Definition VideoLayersAllocation.h:7
MCAPI void * $ctor(::webrtc::VideoLayersAllocation &&)
MCAPI VideoLayersAllocation(::webrtc::VideoLayersAllocation &&)
MCAPI void * $ctor(::webrtc::VideoLayersAllocation const &)
MCAPI VideoLayersAllocation(::webrtc::VideoLayersAllocation const &)