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 virtual void Stop() = 0;
23
24 virtual void SetMediaChannel(::cricket::MediaReceiveChannelInterface*) = 0;
25
26 virtual void SetupMediaChannel(uint) = 0;
27
28 virtual void SetupUnsignaledMediaChannel() = 0;
29
31
32 virtual ::std::optional<uint> ssrc() const = 0;
33
34 virtual void NotifyFirstPacketReceived() = 0;
35
36 virtual void set_stream_ids(::std::vector<::std::string>) = 0;
37
38 virtual void SetStreams(::std::vector<::webrtc::scoped_refptr<::webrtc::MediaStreamInterface>> const&) = 0;
39
40 virtual int AttachmentId() const = 0;
41
42 virtual ~RtpReceiverInternal() /*override*/;
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCNAPI static ::std::vector<::webrtc::scoped_refptr<::webrtc::MediaStreamInterface>>
49 CreateStreamsFromIds(::std::vector<::std::string> stream_ids);
50
51 MCNAPI static int GenerateUniqueId();
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57 MCNAPI void $dtor();
58 // NOLINTEND
59
60public:
61 // virtual function thunks
62 // NOLINTBEGIN
63
64 // NOLINTEND
65};
66
67} // namespace webrtc
Definition MediaReceiveChannelInterface.h:22
Definition DtlsTransportInterface.h:18
Definition MediaStreamInterface.h:18
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