LeviLamina
Loading...
Searching...
No Matches
UnsupportedContentDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/cricket/MediaContentDescription.h"
7#include "mc/external/cricket/MediaType.h"
8
9namespace cricket {
10
12public:
13 // member variables
14 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 1
28 virtual ::cricket::MediaType type() const /*override*/;
29
30 // vIndex: 9
31 virtual ::cricket::UnsupportedContentDescription* as_unsupported() /*override*/;
32
33 // vIndex: 8
34 virtual ::cricket::UnsupportedContentDescription const* as_unsupported() const /*override*/;
35
36 // vIndex: 11
37 virtual bool has_codecs() const /*override*/;
38
39 // vIndex: 12
40 virtual ::cricket::UnsupportedContentDescription* CloneInternal() const /*override*/;
41
42 // vIndex: 0
43 virtual ~UnsupportedContentDescription() /*override*/ = default;
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCAPI static void** $vftable();
62 // NOLINTEND
63};
64
65} // namespace cricket
Definition MediaContentDescription.h:23
Definition UnsupportedContentDescription.h:11
Definition Alias.h:14