mediamtx/internal/record/format.go
2023-12-02 15:03:37 +01:00

7 lines
65 B
Go

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