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",
|
"MOGHistory": "uint",
|
||||||
"MOGMinArea": "float",
|
"MOGMinArea": "float",
|
||||||
"MOGThreshold": "float",
|
"MOGThreshold": "float",
|
||||||
"MTSRBElementSize": "int",
|
"MTSRBCapacity": "uint",
|
||||||
"MTSRBSize": "int",
|
"MTSRBMaxElements": "uint",
|
||||||
"MTSRBWriteTimeout": "int",
|
"MTSRBWriteTimeout": "uint",
|
||||||
"Output": "enum:File,Http,Rtmp,Rtp",
|
"Output": "enum:File,Http,Rtmp,Rtp",
|
||||||
"OutputPath": "string",
|
"OutputPath": "string",
|
||||||
"Outputs": "enums:File,Http,Rtmp,Rtp",
|
"Outputs": "enums:File,Http,Rtmp,Rtp",
|
||||||
"Quantization": "uint",
|
"Quantization": "uint",
|
||||||
"Rotation": "uint",
|
"Rotation": "uint",
|
||||||
"RTMPRBElementSize": "int",
|
"RTMPRBCapacity": "uint",
|
||||||
"RTMPRBSize": "int",
|
"RTMPRBMaxElements": "uint",
|
||||||
"RTMPRBWriteTimeout": "int",
|
"RTMPRBWriteTimeout": "uint",
|
||||||
"RTMPURL": "string",
|
"RTMPURL": "string",
|
||||||
"RTPAddress": "string",
|
"RTPAddress": "string",
|
||||||
"Saturation": "int",
|
"Saturation": "int",
|
||||||
|
|
Loading…
Reference in New Issue