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 MCAPI bool IsInvalid() const;
12
13 MCAPI bool IsOutlier() const;
14
15 MCAPI bool IsTimerTriggered() const;
16
17 MCAPI ::std::string ToString() const;
18 // NOLINTEND
19};
20
21} // namespace webrtc
Definition TimingFrameInfo.h:7