LeviLamina
Loading...
Searching...
No Matches
TimingFrameInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // member variables
10 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 TimingFrameInfo& operator=(TimingFrameInfo const&);
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCNAPI bool IsInvalid() const;
37
38 MCNAPI bool IsOutlier() const;
39
40 MCNAPI bool IsTimerTriggered() const;
41
42 MCNAPI ::std::string ToString() const;
43 // NOLINTEND
44};
45
46} // namespace webrtc
Definition Alias.h:14
Definition TimingFrameInfo.h:7
MCAPI bool IsTimerTriggered() const
MCAPI bool IsInvalid() const
MCAPI::std::string ToString() const
MCAPI bool IsOutlier() const