mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
* normalize variable names * fix file name * fix crash when recording a stream with unsupported tracks (#3978)
6 lines
72 B
Go
6 lines
72 B
Go
package recorder
|
|
|
|
type format interface {
|
|
initialize() bool
|
|
close()
|
|
}
|