Files
vdk/format/nvr/streams.go
2025-01-24 14:45:45 +08:00

9 lines
104 B
Go

package nvr
import "git.r-2.top/kunmeng/vdk/av"
type Stream struct {
codec av.CodecData
idx int
}