packetizer

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2020 License: GPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type H264Packetier

type H264Packetier struct{}

func (*H264Packetier) Packetize

func (p *H264Packetier) Packetize(payload []byte, mtu int) (payloads [][]byte)

type OpusPacketier

type OpusPacketier struct{}

func (*OpusPacketier) Packetize

func (p *OpusPacketier) Packetize(payload []byte, mtu int) [][]byte

type Packetizer

type Packetizer interface {
	Packetize(payload []byte, mtu int) [][]byte
}

type VP8Packetier

type VP8Packetier struct{}

func (*VP8Packetier) Packetize

func (p *VP8Packetier) Packetize(payload []byte, mtu int) (payloads [][]byte)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL