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