package
1.8.11
Repository: https://github.com/pion/rtp.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package vp9 contains a VP9 header parser.

# Structs

AV1Packet represents a depacketized AV1 RTP Packet * 0 1 2 3 4 5 6 7 * +-+-+-+-+-+-+-+-+ * |Z|Y| W |N|-|-|-| * +-+-+-+-+-+-+-+-+ **/ https://aomediacodec.github.io/av1-rtp-spec/#44-av1-aggregation-header.
AV1Payloader payloads AV1 packets.
G711Payloader payloads G711 packets.
G722Payloader payloads G722 packets.
H264Packet represents the H264 header that is stored in the payload of an RTP Packet.
H264PartitionHeadChecker checks H264 partition head.
H264Payloader payloads H264 packets.
H265AggregationPacket represents an Aggregation packet.
H265AggregationUnit represent the an Aggregation Unit in an AP, which is not the first one.
H265AggregationUnitFirst represent the First Aggregation Unit in an AP.
H265FragmentationUnitPacket represents a single Fragmentation Unit packet.
H265PACIPacket represents a single H265 PACI packet.
H265Packet represents a H265 packet, stored in the payload of an RTP packet.
H265Payloader payloads H265 packets.
H265SingleNALUnitPacket represents a NALU packet, containing exactly one NAL unit.
OpusPacket represents the Opus header that is stored in the payload of an RTP Packet.
OpusPartitionHeadChecker checks Opus partition head.
OpusPayloader payloads Opus packets.
VP8Packet represents the VP8 header that is stored in the payload of an RTP Packet.
VP8PartitionHeadChecker checks VP8 partition head Deprecated: replaced by VP8Packet.IsPartitionHead().
VP8Payloader payloads VP8 packets.
VP9Packet represents the VP9 header that is stored in the payload of an RTP Packet.
VP9PartitionHeadChecker checks VP9 partition head.
VP9Payloader payloads VP9 packets.

# Type aliases

H265FragmentationUnitHeader is a H265 FU Header.
H265NALUHeader is a H265 NAL Unit Header.
H265TSCI is a Temporal Scalability Control Information header extension.