LeviLamina
Loading...
Searching...
No Matches
ContentInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cricket { class MediaContentDescription; }
8// clang-format on
9
10namespace cricket {
11
13public:
14 // member variables
15 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 ContentInfo& operator=(ContentInfo const&);
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
33 MCAPI ::cricket::MediaContentDescription const* media_description() const;
34
35 MCAPI ::cricket::MediaContentDescription* media_description();
36
37 MCAPI ~ContentInfo();
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCAPI void* $ctor(::cricket::ContentInfo const&);
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCAPI void $dtor();
50 // NOLINTEND
51};
52
53} // namespace cricket
Definition ContentInfo.h:12
Definition Alias.h:14