LeviLamina
Loading...
Searching...
No Matches
CodecSpecificInfoVP8.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
7struct CodecSpecificInfoVP8 {
8public:
9 // member variables
10 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 CodecSpecificInfoVP8& operator=(CodecSpecificInfoVP8 const&);
25 CodecSpecificInfoVP8(CodecSpecificInfoVP8 const&);
26 CodecSpecificInfoVP8();
27};
28
29} // namespace webrtc
Definition Alias.h:14