LeviLamina
Loading...
Searching...
No Matches
TimingFrameInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // member functions
10 // NOLINTBEGIN
11 MCNAPI bool IsInvalid() const;
12
13 MCNAPI bool IsOutlier() const;
14
15 MCNAPI bool IsTimerTriggered() const;
16
17 MCNAPI ::std::string ToString() const;
18 // NOLINTEND
19};
20
21} // namespace webrtc
Definition TimingFrameInfo.h:7
MCAPI bool IsTimerTriggered() const
MCAPI bool IsInvalid() const
MCAPI::std::string ToString() const
MCAPI bool IsOutlier() const