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 // virtual function thunks
48 // NOLINTBEGIN
49 MCNAPI ::cricket::MediaType $type() const;
50
51 MCNAPI ::cricket::UnsupportedContentDescription* $as_unsupported();
52
53 MCNAPI ::cricket::UnsupportedContentDescription const* $as_unsupported() const;
54
55 MCNAPI bool $has_codecs() const;
56
57 MCNAPI ::cricket::UnsupportedContentDescription* $CloneInternal() const;
58 // NOLINTEND
59
60public:
61 // vftables
62 // NOLINTBEGIN
63 MCNAPI static void** $vftable();
64 // NOLINTEND
65};
66
67} // namespace cricket
Definition MediaContentDescription.h:23
Definition UnsupportedContentDescription.h:11
MCAPI::cricket::MediaType $type() const
MCAPI::cricket::UnsupportedContentDescription * $as_unsupported()
MCAPI::cricket::UnsupportedContentDescription const * $as_unsupported() const
MCAPI::cricket::UnsupportedContentDescription * $CloneInternal() const
Definition Alias.h:14