mediamtx/internal/recorder/format.go

7 lines
67 B
Go

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