LeviLamina
Loading...
Searching...
No Matches
TransceiverStableState.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { struct RtpEncodingParameters; }
8// clang-format on
9
10namespace webrtc {
11
13public:
14 // member variables
15 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCNAPI void SetInitSendEncodings(::std::vector<::webrtc::RtpEncodingParameters> const& encodings);
35
36 MCNAPI void SetMSectionIfUnset(::std::optional<::std::string> mid, ::std::optional<uint64> mline_index);
37
38 MCNAPI void SetRemoteStreamIds(::std::vector<::std::string> const& ids);
39
40 MCNAPI void set_newly_created();
41
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCNAPI void $dtor();
49 // NOLINTEND
50};
51
52} // namespace webrtc
Definition TransceiverStableState.h:12
MCAPI void SetRemoteStreamIds(::std::vector<::std::string > const &ids)
MCAPI void SetInitSendEncodings(::std::vector<::webrtc::RtpEncodingParameters > const &encodings)
MCAPI void SetMSectionIfUnset(::std::optional<::std::string > mid, ::std::optional< uint64 > mline_index)
Definition Alias.h:14