LeviLamina
Loading...
Searching...
No Matches
RtpSenderInternal.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/absl/AnyInvocable.h"
7#include "mc/external/webrtc/RtpSenderInterface.h"
8#include "mc/external/webrtc/scoped_refptr.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace cricket { class MediaSendChannelInterface; }
13namespace cricket { struct Codec; }
14namespace webrtc { class DtlsTransportInterface; }
15namespace webrtc { class RTCError; }
16namespace webrtc { struct RtpEncodingParameters; }
17namespace webrtc { struct RtpParameters; }
18// clang-format on
19
20namespace webrtc {
21
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 // vIndex: 20
27 virtual void SetMediaChannel(::cricket::MediaSendChannelInterface*) = 0;
28
29 // vIndex: 21
30 virtual void SetSsrc(uint) = 0;
31
32 // vIndex: 22
33 virtual void set_stream_ids(::std::vector<::std::string> const&) = 0;
34
35 // vIndex: 23
36 virtual void set_init_send_encodings(::std::vector<::webrtc::RtpEncodingParameters> const&) = 0;
37
38 // vIndex: 24
40
41 // vIndex: 25
42 virtual void Stop() = 0;
43
44 // vIndex: 26
45 virtual ::webrtc::RtpParameters GetParametersInternal() const = 0;
46
47 // vIndex: 27
48 virtual void
49 SetParametersInternal(::webrtc::RtpParameters const&, ::absl::AnyInvocable<void(::webrtc::RTCError) &&>, bool) = 0;
50
51 // vIndex: 28
52 virtual ::webrtc::RtpParameters GetParametersInternalWithAllLayers() const = 0;
53
54 // vIndex: 29
55 virtual ::webrtc::RTCError SetParametersInternalWithAllLayers(::webrtc::RtpParameters const&) = 0;
56
57 // vIndex: 30
58 virtual ::webrtc::RTCError CheckCodecParameters(::webrtc::RtpParameters const&) = 0;
59
60 // vIndex: 31
61 virtual int AttachmentId() const = 0;
62
63 // vIndex: 32
64 virtual ::webrtc::RTCError DisableEncodingLayers(::std::vector<::std::string> const&) = 0;
65
66 // vIndex: 33
67 virtual void SetTransceiverAsStopped() = 0;
68
69 // vIndex: 34
70 virtual void SetSendCodecs(::std::vector<::cricket::Codec>) = 0;
71
72 // vIndex: 1
73 virtual ~RtpSenderInternal() /*override*/;
74 // NOLINTEND
75
76public:
77 // destructor thunk
78 // NOLINTBEGIN
79 MCNAPI void $dtor();
80 // NOLINTEND
81
82public:
83 // virtual function thunks
84 // NOLINTBEGIN
85
86 // NOLINTEND
87};
88
89} // namespace webrtc
Definition AnyInvocable.h:8
Definition MediaSendChannelInterface.h:28
Definition RTCError.h:10
Definition RtpSenderInterface.h:26
Definition RtpSenderInternal.h:22
Definition scoped_refptr.h:8
Definition RtpParameters.h:7