package
1.0.0
Repository: https://github.com/cloudwebrtc/pion-webrtc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewFixedSequencer returns a new sequencer starting from a specific sequence number.
NewPacketizer returns a new instance of a Packetizer for a specific payloader.
NewRandomSequencer returns a new sequencer starting from a random sequence number.

# Structs

Packet represents an RTP Packet RTP is a network protocol for delivering audio and video over IP networks.

# Interfaces

Packetizer packetizes a payload.
Payloader payloads a byte array for use as rtp.Packet payloads.
Sequencer generates sequential sequence numbers for building RTP packets.