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
11class UnsupportedContentDescription : public ::cricket::MediaContentDescription {
12public:
13 // member variables
14 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 UnsupportedContentDescription& operator=(UnsupportedContentDescription const&);
21 UnsupportedContentDescription(UnsupportedContentDescription const&);
22 UnsupportedContentDescription();
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 virtual ::cricket::MediaType type() const /*override*/;
28
29 virtual ::cricket::UnsupportedContentDescription* as_unsupported() /*override*/;
30
31 virtual ::cricket::UnsupportedContentDescription const* as_unsupported() const /*override*/;
32
33 virtual bool has_codecs() const /*override*/;
34
35 virtual ::cricket::UnsupportedContentDescription* CloneInternal() const /*override*/;
36
37 virtual ~UnsupportedContentDescription() /*override*/ = default;
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43 MCNAPI ::cricket::MediaType $type() const;
44
45 MCNAPI ::cricket::UnsupportedContentDescription* $as_unsupported();
46
47 MCNAPI ::cricket::UnsupportedContentDescription const* $as_unsupported() const;
48
49 MCNAPI bool $has_codecs() const;
50
51 MCNAPI ::cricket::UnsupportedContentDescription* $CloneInternal() const;
52
53
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCNAPI static void** $vftable();
60 // NOLINTEND
61};
62
63} // namespace cricket
Definition MediaContentDescription.h:19
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