mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
normalize names
This commit is contained in:
8
defs.go
8
defs.go
@@ -19,9 +19,9 @@ const (
|
||||
type StreamType = base.StreamType
|
||||
|
||||
const (
|
||||
// StreamTypeRtp means that the stream contains RTP packets
|
||||
StreamTypeRtp StreamType = base.StreamTypeRtp
|
||||
// StreamTypeRTP means that the stream contains RTP packets
|
||||
StreamTypeRTP StreamType = base.StreamTypeRTP
|
||||
|
||||
// StreamTypeRtcp means that the stream contains RTCP packets
|
||||
StreamTypeRtcp StreamType = base.StreamTypeRtcp
|
||||
// StreamTypeRTCP means that the stream contains RTCP packets
|
||||
StreamTypeRTCP StreamType = base.StreamTypeRTCP
|
||||
)
|
||||
|
Reference in New Issue
Block a user