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 // member variables
18 // NOLINTBEGIN
25 // NOLINTEND
26
27 public:
28 // prevent constructor by default
29 SpatialLayer& operator=(SpatialLayer const&);
31
32 public:
33 // member functions
34 // NOLINTBEGIN
36 // NOLINTEND
37
38 public:
39 // constructor thunks
40 // NOLINTBEGIN
42 // NOLINTEND
43 };
44
45public:
46 // member variables
47 // NOLINTBEGIN
51 // NOLINTEND
52
53public:
54 // prevent constructor by default
57
58public:
59 // member functions
60 // NOLINTBEGIN
62
64
66 // NOLINTEND
67
68public:
69 // constructor thunks
70 // NOLINTBEGIN
72
74 // NOLINTEND
75
76public:
77 // destructor thunk
78 // NOLINTBEGIN
79 MCNAPI void $dtor();
80 // NOLINTEND
81};
82
83} // namespace webrtc
Definition Alias.h:14
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 &)