LeviLamina
Loading...
Searching...
No Matches
RtpDemuxerCriteria.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // prevent constructor by default
11
12public:
13 // member functions
14 // NOLINTBEGIN
15 MCNAPI RtpDemuxerCriteria(::std::string_view, ::std::string_view);
16
17 MCNAPI ::std::string ToString() const;
18
20 // NOLINTEND
21
22public:
23 // constructor thunks
24 // NOLINTBEGIN
25 MCNAPI void* $ctor(::std::string_view, ::std::string_view);
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCNAPI void $dtor();
32 // NOLINTEND
33};
34
35} // namespace webrtc
Definition RtpDemuxerCriteria.h:7
MCAPI::std::string ToString() const
MCAPI void * $ctor(::std::string_view, ::std::string_view)
MCAPI RtpDemuxerCriteria(::std::string_view, ::std::string_view)