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
10
namespace
cricket {
class
ContentGroup; }
11
namespace
cricket {
class
SessionDescription; }
12
// clang-format on
13
14
namespace
webrtc {
15
16
struct
BundleManager
{
17
public
:
18
// member functions
19
// NOLINTBEGIN
20
MCNAPI
void
Commit
();
21
22
MCNAPI
void
DeleteGroup
(
::cricket::ContentGroup
const
*);
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
32
MCNAPI
void
RefreshEstablishedBundleGroupsByMid
();
33
34
MCNAPI
void
Rollback
();
35
36
MCNAPI
void
Update
(
::cricket::SessionDescription
const
*, ::webrtc::SdpType);
37
38
MCNAPI
~BundleManager
();
39
// NOLINTEND
40
41
public
:
42
// destructor thunk
43
// NOLINTBEGIN
44
MCNAPI
void
$dtor
();
45
// NOLINTEND
46
};
47
48
}
// namespace webrtc
cricket::ContentGroup
Definition
ContentGroup.h:7
cricket::SessionDescription
Definition
SessionDescription.h:18
webrtc::BundleManager
Definition
BundleManager.h:16
webrtc::BundleManager::Update
MCAPI void Update(::cricket::SessionDescription const *, ::webrtc::SdpType)
webrtc::BundleManager::DeleteMid
MCAPI void DeleteMid(::cricket::ContentGroup const *, ::std::string const &)
webrtc::BundleManager::IsFirstMidInGroup
MCAPI bool IsFirstMidInGroup(::std::string const &) const
webrtc::BundleManager::Commit
MCAPI void Commit()
webrtc::BundleManager::LookupGroupByMid
MCAPI::cricket::ContentGroup const * LookupGroupByMid(::std::string const &) const
webrtc::BundleManager::DeleteGroup
MCAPI void DeleteGroup(::cricket::ContentGroup const *)
webrtc::BundleManager::$dtor
MCAPI void $dtor()
webrtc::BundleManager::LookupGroupByMid
MCAPI::cricket::ContentGroup * LookupGroupByMid(::std::string const &)
webrtc::BundleManager::RefreshEstablishedBundleGroupsByMid
MCAPI void RefreshEstablishedBundleGroupsByMid()
webrtc::BundleManager::Rollback
MCAPI void Rollback()
webrtc::BundleManager::~BundleManager
MCAPI ~BundleManager()
src
mc
external
webrtc
BundleManager.h
Generated on Fri Jun 13 2025 05:04:38 for LeviLamina by
1.12.0