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
12class ContentInfo {
13public:
14 // member variables
15 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 ContentInfo& operator=(ContentInfo const&);
26 ContentInfo(ContentInfo const&);
27 ContentInfo();
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCNAPI ::cricket::MediaContentDescription const* media_description() const;
33
34 MCNAPI ::cricket::MediaContentDescription* media_description();
35
36 MCNAPI ~ContentInfo();
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCNAPI void $dtor();
43 // NOLINTEND
44};
45
46} // namespace cricket
MCAPI::cricket::MediaContentDescription const * media_description() const
MCAPI void $dtor()
MCAPI::cricket::MediaContentDescription * media_description()
Definition MediaContentDescription.h:19
Definition Alias.h:14