LeviLamina
Loading...
Searching...
No Matches
TransceiverList.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RtpTransceiverProxyWithInternal.h"
7#include "mc/external/webrtc/scoped_refptr.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace webrtc { class RtpSenderInterface; }
12namespace webrtc { class RtpTransceiver; }
13namespace webrtc { class TransceiverStableState; }
14// clang-format on
15
16namespace webrtc {
17
19public:
20 // member functions
21 // NOLINTBEGIN
23
24 MCAPI void DiscardStableStates();
25
26 MCAPI ::webrtc::scoped_refptr<::webrtc::RtpTransceiverProxyWithInternal<::webrtc::RtpTransceiver>>
27 FindByMLineIndex(uint64) const;
28
29 MCAPI ::webrtc::scoped_refptr<::webrtc::RtpTransceiverProxyWithInternal<::webrtc::RtpTransceiver>>
30 FindByMid(::std::string const&) const;
31
32 MCAPI ::webrtc::scoped_refptr<::webrtc::RtpTransceiverProxyWithInternal<::webrtc::RtpTransceiver>>
34
35 MCAPI ::std::vector<::webrtc::scoped_refptr<::webrtc::RtpTransceiverProxyWithInternal<::webrtc::RtpTransceiver>>>
36 List() const;
37
38 MCAPI ::std::vector<::webrtc::RtpTransceiver*> ListInternal() const;
39
41
42 MCAPI ::webrtc::TransceiverStableState*
44
45 MCAPI ~TransceiverList();
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCAPI void $dtor();
52 // NOLINTEND
53};
54
55} // namespace webrtc
Definition RtpTransceiverProxyWithInternal.h:8
Definition TransceiverList.h:18
Definition scoped_refptr.h:8