LeviLamina
Loading...
Searching...
No Matches
VP9Profile.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
7enum class VP9Profile : int {
8 KProfile0 = 0,
9 KProfile1 = 1,
10 KProfile2 = 2,
11 KProfile3 = 3,
12};
13
14}