LeviLamina
Loading...
Searching...
No Matches
TransportSequenceNumber.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // static functions
10 // NOLINTBEGIN
11 MCNAPI static bool Parse(::rtc::ArrayView<uchar const>, ushort*);
12
13 MCNAPI static bool Write(::rtc::ArrayView<uchar>, ushort);
14 // NOLINTEND
15};
16
17} // namespace webrtc
Definition _HeaderOutputPredefine.h:258
Definition TransportSequenceNumber.h:7
static MCAPI bool Parse(::rtc::ArrayView< uchar const >, ushort *)
static MCAPI bool Write(::rtc::ArrayView< uchar >, ushort)