LeviLamina
Loading...
Searching...
No Matches
ActiveDecodeTargetsHelper.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // member functions
10 // NOLINTBEGIN
11 MCAPI void OnFrame(::rtc::ArrayView<int const>, ::std::bitset<32>, bool, int64, ::rtc::ArrayView<int const>);
12 // NOLINTEND
13};
14
15} // namespace webrtc
Definition _HeaderOutputPredefine.h:238
Definition ActiveDecodeTargetsHelper.h:7