LeviLamina
Loading...
Searching...
No Matches
BundleManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/SdpType.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cricket { class ContentGroup; }
11namespace cricket { class SessionDescription; }
12// clang-format on
13
14namespace webrtc {
15
17public:
18 // member functions
19 // NOLINTBEGIN
20 MCNAPI void Commit();
21
23
24 MCNAPI void DeleteMid(::cricket::ContentGroup const*, ::std::string const&);
25
26 MCNAPI bool IsFirstMidInGroup(::std::string const&) const;
27
28 MCNAPI ::cricket::ContentGroup const* LookupGroupByMid(::std::string const&) const;
29
30 MCNAPI ::cricket::ContentGroup* LookupGroupByMid(::std::string const&);
31
33
34 MCNAPI void Rollback();
35
36 MCNAPI void Update(::cricket::SessionDescription const*, ::webrtc::SdpType);
37
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCNAPI void $dtor();
45 // NOLINTEND
46};
47
48} // namespace webrtc
Definition ContentGroup.h:7
Definition SessionDescription.h:18
Definition BundleManager.h:16
MCAPI void Update(::cricket::SessionDescription const *, ::webrtc::SdpType)
MCAPI void DeleteMid(::cricket::ContentGroup const *, ::std::string const &)
MCAPI bool IsFirstMidInGroup(::std::string const &) const
MCAPI::cricket::ContentGroup const * LookupGroupByMid(::std::string const &) const
MCAPI void DeleteGroup(::cricket::ContentGroup const *)
MCAPI::cricket::ContentGroup * LookupGroupByMid(::std::string const &)
MCAPI void RefreshEstablishedBundleGroupsByMid()
MCAPI void Rollback()