mirror of
https://github.com/aler9/gortsplib
synced 2025-12-24 13:38:08 +08:00
11 lines
229 B
Go
11 lines
229 B
Go
package rtpmpeg4video
|
|
|
|
import (
|
|
"github.com/bluenviron/gortsplib/v4/pkg/format/rtpfragmented"
|
|
)
|
|
|
|
// Encoder is a RTP/MPEG-4 Video encoder.
|
|
//
|
|
// Deprecated: replaced by rtpfragmented.Encoder
|
|
type Encoder = rtpfragmented.Encoder
|