Files
rtsp-simple-server/internal/unit/ac3.go
Alessandro Ros fadfda936d
Some checks reported warnings
lint / code (push) Has been cancelled
lint / mod-tidy (push) Has been cancelled
lint / apidocs (push) Has been cancelled
test / test64 (push) Has been cancelled
test / test32 (push) Has been cancelled
test / test_highlevel (push) Has been cancelled
support AC-3 tracks in SRT and UDP; support recording AC-3 tracks (#2376)
2023-09-19 22:33:00 +02:00

8 lines
85 B
Go

package unit
// AC3 is a AC-3 data unit.
type AC3 struct {
Base
Frames [][]byte
}