LeviLamina
Loading...
Searching...
No Matches
RtpReceiverInternal.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RtpReceiverInterface.h"
7#include "mc/external/webrtc/scoped_refptr.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cricket { class MediaReceiveChannelInterface; }
12namespace webrtc { class DtlsTransportInterface; }
13namespace webrtc { class MediaStreamInterface; }
14// clang-format on
15
16namespace webrtc {
17
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 // vIndex: 17
23 virtual void Stop() = 0;
24
25 // vIndex: 18
26 virtual void SetMediaChannel(::cricket::MediaReceiveChannelInterface*) = 0;
27
28 // vIndex: 19
29 virtual void SetupMediaChannel(uint) = 0;
30
31 // vIndex: 20
32 virtual void SetupUnsignaledMediaChannel() = 0;
33
34 // vIndex: 21
36
37 // vIndex: 22
38 virtual ::std::optional<uint> ssrc() const = 0;
39
40 // vIndex: 23
41 virtual void NotifyFirstPacketReceived() = 0;
42
43 // vIndex: 24
44 virtual void set_stream_ids(::std::vector<::std::string>) = 0;
45
46 // vIndex: 25
47 virtual void SetStreams(::std::vector<::webrtc::scoped_refptr<::webrtc::MediaStreamInterface>> const&) = 0;
48
49 // vIndex: 26
50 virtual int AttachmentId() const = 0;
51
52 // vIndex: 1
53 virtual ~RtpReceiverInternal() /*override*/;
54 // NOLINTEND
55
56public:
57 // static functions
58 // NOLINTBEGIN
59 MCNAPI static ::std::vector<::webrtc::scoped_refptr<::webrtc::MediaStreamInterface>>
60 CreateStreamsFromIds(::std::vector<::std::string> stream_ids);
61
62 MCNAPI static int GenerateUniqueId();
63 // NOLINTEND
64
65public:
66 // destructor thunk
67 // NOLINTBEGIN
68 MCNAPI void $dtor();
69 // NOLINTEND
70
71public:
72 // virtual function thunks
73 // NOLINTBEGIN
74
75 // NOLINTEND
76};
77
78} // namespace webrtc
Definition MediaReceiveChannelInterface.h:22
Definition RtpReceiverInterface.h:24
Definition RtpReceiverInternal.h:18
static MCAPI int GenerateUniqueId()
static MCAPI ::std::vector<::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > > CreateStreamsFromIds(::std::vector<::std::string > stream_ids)
Definition scoped_refptr.h:8