mirror of https://bitbucket.org/ausocean/av.git
revid/config/config.go: updated ring buffer variable names in TypeData map
This commit is contained in:
parent
e9bd2fc0d1
commit
0f9eba4bb1
|
@ -338,17 +338,17 @@ var TypeData = map[string]string{
|
|||
"MOGHistory": "uint",
|
||||
"MOGMinArea": "float",
|
||||
"MOGThreshold": "float",
|
||||
"MTSRBElementSize": "int",
|
||||
"MTSRBSize": "int",
|
||||
"MTSRBWriteTimeout": "int",
|
||||
"MTSRBCapacity": "uint",
|
||||
"MTSRBMaxElements": "uint",
|
||||
"MTSRBWriteTimeout": "uint",
|
||||
"Output": "enum:File,Http,Rtmp,Rtp",
|
||||
"OutputPath": "string",
|
||||
"Outputs": "enums:File,Http,Rtmp,Rtp",
|
||||
"Quantization": "uint",
|
||||
"Rotation": "uint",
|
||||
"RTMPRBElementSize": "int",
|
||||
"RTMPRBSize": "int",
|
||||
"RTMPRBWriteTimeout": "int",
|
||||
"RTMPRBCapacity": "uint",
|
||||
"RTMPRBMaxElements": "uint",
|
||||
"RTMPRBWriteTimeout": "uint",
|
||||
"RTMPURL": "string",
|
||||
"RTPAddress": "string",
|
||||
"Saturation": "int",
|
||||
|
|
Loading…
Reference in New Issue