Yolo 3
This commit is contained in:
parent
881595a967
commit
f3234dc1f6
@ -10,7 +10,7 @@ type LatencyLevel struct {
|
|||||||
// GetLatencyConfigs will return the available latency level options.
|
// GetLatencyConfigs will return the available latency level options.
|
||||||
func GetLatencyConfigs() map[int]LatencyLevel {
|
func GetLatencyConfigs() map[int]LatencyLevel {
|
||||||
return map[int]LatencyLevel{
|
return map[int]LatencyLevel{
|
||||||
0: {Level: 0, SecondsPerSegment: 1, SegmentCount: 3}, // Approx 5 seconds
|
0: {Level: 0, SecondsPerSegment: 1, SegmentCount: 7}, // Approx 5 seconds
|
||||||
1: {Level: 1, SecondsPerSegment: 2, SegmentCount: 15}, // Approx 8-9 seconds
|
1: {Level: 1, SecondsPerSegment: 2, SegmentCount: 15}, // Approx 8-9 seconds
|
||||||
2: {Level: 2, SecondsPerSegment: 3, SegmentCount: 10}, // Default Approx 10 seconds
|
2: {Level: 2, SecondsPerSegment: 3, SegmentCount: 10}, // Default Approx 10 seconds
|
||||||
3: {Level: 3, SecondsPerSegment: 4, SegmentCount: 8}, // Approx 15 seconds
|
3: {Level: 3, SecondsPerSegment: 4, SegmentCount: 8}, // Approx 15 seconds
|
||||||
|
Loading…
Reference in New Issue
Block a user