LeviLamina
Loading...
Searching...
No Matches
MediaDescriptionOptions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cricket { class SimulcastLayerList; }
8namespace cricket { struct RidDescription; }
9// clang-format on
10
11namespace cricket {
12
14public:
15 // prevent constructor by default
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCAPI void AddAudioSender(::std::string const&, ::std::vector<::std::string> const&);
22
23 MCAPI void AddSenderInternal(
24 ::std::string const&,
25 ::std::vector<::std::string> const&,
26 ::std::vector<::cricket::RidDescription> const&,
28 int
29 );
30
31 MCAPI void AddVideoSender(
32 ::std::string const&,
33 ::std::vector<::std::string> const&,
34 ::std::vector<::cricket::RidDescription> const&,
36 int
37 );
38
40
42
43 MCAPI ::cricket::MediaDescriptionOptions& operator=(::cricket::MediaDescriptionOptions&&);
44
46 // NOLINTEND
47
48public:
49 // constructor thunks
50 // NOLINTBEGIN
51 MCAPI void* $ctor(::cricket::MediaDescriptionOptions&&);
52
53 MCAPI void* $ctor(::cricket::MediaDescriptionOptions const&);
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCAPI void $dtor();
60 // NOLINTEND
61};
62
63} // namespace cricket
Definition SimulcastLayerList.h:12
Definition MediaDescriptionOptions.h:13