LeviLamina
Loading...
Searching...
No Matches
RtcpMuxFilter.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/cricket/ContentSource.h"
7
8namespace cricket {
9
11public:
12 // member functions
13 // NOLINTBEGIN
14 MCAPI bool ExpectAnswer(::cricket::ContentSource);
15
16 MCAPI bool ExpectOffer(bool, ::cricket::ContentSource);
17
18 MCAPI bool IsActive() const;
19
20 MCAPI bool IsFullyActive() const;
21
22 MCAPI bool IsProvisionallyActive() const;
23
24 MCAPI RtcpMuxFilter();
25
26 MCAPI bool SetAnswer(bool, ::cricket::ContentSource);
27
28 MCAPI bool SetOffer(bool, ::cricket::ContentSource);
29
30 MCAPI bool SetProvisionalAnswer(bool, ::cricket::ContentSource);
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCAPI void* $ctor();
37 // NOLINTEND
38};
39
40} // namespace cricket
Definition RtcpMuxFilter.h:10