mirror of
https://github.com/aler9/gortsplib
synced 2025-10-23 15:13:30 +08:00
update docs
This commit is contained in:
4
utils.go
4
utils.go
@@ -38,10 +38,10 @@ func (sp StreamProtocol) String() string {
|
||||
type StreamCast int
|
||||
|
||||
const (
|
||||
// StreamUnicast means that the stream will be unicasted
|
||||
// StreamUnicast means that the stream is unicasted
|
||||
StreamUnicast StreamCast = iota
|
||||
|
||||
// StreamMulticast means that the stream will be multicasted
|
||||
// StreamMulticast means that the stream is multicasted
|
||||
StreamMulticast
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user