mirror of
https://github.com/bluenviron/mediamtx.git
synced 2026-01-23 03:49:49 -08:00
6 lines
65 B
Go
6 lines
65 B
Go
package record
|
|
|
|
type format interface {
|
|
initialize()
|
|
close()
|
|
}
|