Files
monibuca/pkg/codec/index.go
langhuihui 938f23955b feat: aac
2024-07-04 19:12:13 +08:00

8 lines
100 B
Go

package codec
type ICodecCtx interface {
FourCC() FourCC
GetInfo() string
GetBase() ICodecCtx
}