mirror of
https://github.com/bluenviron/mediamtx.git
synced 2026-01-24 04:19:48 -08:00
5 lines
54 B
Go
5 lines
54 B
Go
package record
|
|
|
|
type recFormat interface {
|
|
close()
|
|
}
|