1
0
Fork 0
forked from External/mediamtx
mediamtx/internal/record/format.go
2023-12-02 15:03:37 +01:00

6 lines
65 B
Go

package record
type format interface {
initialize()
close()
}