mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 07:37:07 +08:00
9 lines
207 B
Go
9 lines
207 B
Go
package rtpmpeg4audio
|
|
|
|
import (
|
|
"github.com/bluenviron/gortsplib/v3/pkg/formats/rtpmpeg4audiogeneric"
|
|
)
|
|
|
|
// Encoder is an alias for rtpmpeg4audiogeneric.Encoder.
|
|
type Encoder = rtpmpeg4audiogeneric.Encoder
|