LeviLamina
Loading...
Searching...
No Matches
CodecSpecificInfoVP9.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
7struct CodecSpecificInfoVP9 {
8public:
9 // member variables
10 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
32 CodecSpecificInfoVP9& operator=(CodecSpecificInfoVP9 const&);
33 CodecSpecificInfoVP9(CodecSpecificInfoVP9 const&);
34 CodecSpecificInfoVP9();
35};
36
37} // namespace webrtc
Definition Alias.h:14