forked from External/mediamtx
6 lines
65 B
Go
6 lines
65 B
Go
package record
|
|
|
|
type format interface {
|
|
initialize()
|
|
close()
|
|
}
|