LeviLamina
Loading...
Searching...
No Matches
JitterBufferDelay.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // member variables
10 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
17 JitterBufferDelay& operator=(JitterBufferDelay const&);
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCNAPI int GetMs() const;
25
26 MCNAPI void Set(::std::optional<double> delay_seconds);
27 // NOLINTEND
28};
29
30} // namespace webrtc
Definition JitterBufferDelay.h:7
MCAPI void Set(::std::optional< double > delay_seconds)
MCAPI int GetMs() const
Definition Alias.h:14