mirror of https://bitbucket.org/ausocean/av.git
Added type data for filters variable
This commit is contained in:
parent
e5db4f0f1c
commit
d853860526
|
@ -290,6 +290,7 @@ var TypeData = map[string]string{
|
|||
"CBR": "bool",
|
||||
"ClipDuration": "uint",
|
||||
"Exposure": "enum:auto,night,nightpreview,backlight,spotlight,sports,snow,beach,verylong,fixedfps,antishake,fireworks",
|
||||
"Filters": "enums:NoOp,MOG,VariableFPS,KNN",
|
||||
"FrameRate": "uint",
|
||||
"Height": "uint",
|
||||
"HorizontalFlip": "bool",
|
||||
|
|
Loading…
Reference in New Issue