mirror of
https://github.com/sipeed/NanoKVM.git
synced 2026-09-11 09:26:44 -05:00
perf: merge H.264 SPS and PPS into I-frame perf: refactor MJPEG frame detection perf: update log timestamp to millisecond precision perf: update script `update-nanokvm.py` chore: bump Go to 1.23 chore: bump golang.org/x/net to v0.37.0
10 lines
162 B
Go
10 lines
162 B
Go
package proto
|
|
|
|
type UpdateFrameDetectReq struct {
|
|
Enabled bool `validate:"omitempty"`
|
|
}
|
|
|
|
type StopFrameDetectReq struct {
|
|
Duration int `validate:"omitempty"`
|
|
}
|