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