github.com/bluenviron/mediacommon@v1.9.3/pkg/formats/fmp4/codec.go (about)

     1  package fmp4
     2  
     3  // Codec is a fMP4 codec.
     4  type Codec interface {
     5  	IsVideo() bool
     6  
     7  	isCodec()
     8  }