LeviLamina
Loading...
Searching...
No Matches
RtpCodec.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
7struct RtpCodec {
8public:
9 // member variables
10 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 virtual ~RtpCodec();
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCNAPI bool IsMediaCodec() const;
29
30 MCNAPI bool IsResiliencyCodec() const;
31
32 MCNAPI RtpCodec();
33
35
36 MCNAPI ::std::string mime_type() const;
37
38 MCNAPI ::webrtc::RtpCodec& operator=(::webrtc::RtpCodec const&);
39
40 MCNAPI bool operator==(::webrtc::RtpCodec const& o) const;
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCNAPI void* $ctor();
47
48 MCNAPI void* $ctor(::webrtc::RtpCodec const&);
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCNAPI void $dtor();
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCNAPI static void** $vftable();
61 // NOLINTEND
62};
63
64} // namespace webrtc
Definition Alias.h:14
Definition RtpCodec.h:7
MCAPI void * $ctor(::webrtc::RtpCodec const &)
static MCAPI void ** $vftable()
MCAPI void * $ctor()
MCAPI void $dtor()
MCAPI RtpCodec(::webrtc::RtpCodec const &)
MCAPI bool IsMediaCodec() const
MCAPI bool operator==(::webrtc::RtpCodec const &o) const
MCAPI::webrtc::RtpCodec & operator=(::webrtc::RtpCodec const &)
MCAPI::std::string mime_type() const
MCAPI bool IsResiliencyCodec() const