LeviLamina
Loading...
Searching...
No Matches
ActiveDecodeTargetsHelper.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // member variables
10 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCNAPI void OnFrame(
27 ::rtc::ArrayView<int const> decode_target_protected_by_chain,
28 ::std::bitset<32> active_decode_targets,
29 bool is_keyframe,
30 int64 frame_id,
32 );
33 // NOLINTEND
34};
35
36} // namespace webrtc
Definition _HeaderOutputPredefine.h:260
Definition ActiveDecodeTargetsHelper.h:7
MCAPI void OnFrame(::rtc::ArrayView< int const > decode_target_protected_by_chain, ::std::bitset< 32 > active_decode_targets, bool is_keyframe, int64 frame_id, ::rtc::ArrayView< int const > chain_diffs)
Definition Alias.h:14