mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
Some checks are pending
code_lint / go (push) Waiting to run
code_lint / go_mod (push) Waiting to run
code_lint / docs (push) Waiting to run
code_lint / api_docs (push) Waiting to run
code_test / test_64 (push) Waiting to run
code_test / test_32 (push) Waiting to run
code_test / test_e2e (push) Waiting to run
Stream units now share the same struct, with a specialized payload.
6 lines
163 B
Go
6 lines
163 B
Go
package unit
|
|
|
|
// PayloadMPEG4AudioLATM is the payload of a MPEG-4 Audio LATM track.
|
|
type PayloadMPEG4AudioLATM []byte
|
|
|
|
func (PayloadMPEG4AudioLATM) isPayload() {}
|