Hopefully fix build errors
This commit is contained in:
parent
f9b5ce4577
commit
a41b37afe2
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ enum PropertyType {
|
||||||
Boolean = 1;
|
Boolean = 1;
|
||||||
String = 2;
|
String = 2;
|
||||||
Bytes = 3;
|
Bytes = 3;
|
||||||
Stream = 4;
|
StreamType = 4;
|
||||||
AudioSpec = 5;
|
AudioSpecType = 5;
|
||||||
StreamID = 6;
|
StreamID = 6;
|
||||||
}
|
}
|
||||||
message Property {
|
message Property {
|
||||||
|
|
Loading…
Reference in a new issue