This commit is contained in:
deepch
2024-01-08 17:35:54 +03:00
parent 9d21d056dd
commit 975d994507
9 changed files with 452 additions and 64 deletions

8
format/nvr/streams.go Normal file
View File

@@ -0,0 +1,8 @@
package nvr
import "github.com/deepch/vdk/av"
type Stream struct {
codec av.CodecData
idx int
}