LeviLamina
Loading...
Searching...
No Matches
VideoTimingExtension.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace webrtc { struct VideoSendTiming; }
8// clang-format on
9
10namespace webrtc {
11
13public:
14 // static functions
15 // NOLINTBEGIN
17
18 MCNAPI static bool Write(::rtc::ArrayView<uchar>, ushort, uchar);
19 // NOLINTEND
20
21public:
22 // static variables
23 // NOLINTBEGIN
24 MCNAPI static uchar const& kNetwork2TimestampDeltaOffset();
25
26 MCNAPI static uchar const& kPacerExitDeltaOffset();
27
28 MCNAPI static uchar const& kPacketizationFinishDeltaOffset();
29 // NOLINTEND
30};
31
32} // namespace webrtc
Definition _HeaderOutputPredefine.h:258
Definition VideoTimingExtension.h:12
static MCAPI uchar const & kPacketizationFinishDeltaOffset()
static MCAPI uchar const & kPacerExitDeltaOffset()
static MCAPI bool Write(::rtc::ArrayView< uchar >, ::webrtc::VideoSendTiming const &)
static MCAPI bool Write(::rtc::ArrayView< uchar >, ushort, uchar)
static MCAPI uchar const & kNetwork2TimestampDeltaOffset()
Definition VideoSendTiming.h:12