Versions in this module Expand all Collapse all v2 v2.0.0 Jul 9, 2021 Changes in this version + type G711Payloader struct + func (p *G711Payloader) Payload(mtu int, payload []byte) [][]byte + type G722Payloader struct + func (p *G722Payloader) Payload(mtu int, payload []byte) [][]byte + type H264Packet struct + IsAVC bool + func (p *H264Packet) IsDetectedFinalPacketInSequence(rtpPacketMarketBit bool) bool + func (p *H264Packet) Unmarshal(payload []byte) ([]byte, error) + type H264PartitionHeadChecker struct + func (*H264PartitionHeadChecker) IsPartitionHead(packet []byte) bool + type H264Payloader struct + func (p *H264Payloader) Payload(mtu int, payload []byte) [][]byte + type OpusPacket struct + Payload []byte + func (p *OpusPacket) IsDetectedFinalPacketInSequence(rtpPacketMarketBit bool) bool + func (p *OpusPacket) Unmarshal(packet []byte) ([]byte, error) + type OpusPartitionHeadChecker struct + func (*OpusPartitionHeadChecker) IsPartitionHead(packet []byte) bool + type OpusPayloader struct + func (p *OpusPayloader) Payload(mtu int, payload []byte) [][]byte + type VP8Packet struct + I uint8 + K uint8 + KEYIDX uint8 + L uint8 + N uint8 + PID uint8 + Payload []byte + PictureID uint16 + S uint8 + T uint8 + TID uint8 + TL0PICIDX uint8 + X uint8 + Y uint8 + func (p *VP8Packet) IsDetectedFinalPacketInSequence(rtpPacketMarketBit bool) bool + func (p *VP8Packet) Unmarshal(payload []byte) ([]byte, error) + type VP8PartitionHeadChecker struct + func (*VP8PartitionHeadChecker) IsPartitionHead(packet []byte) bool + type VP8Payloader struct + EnablePictureID bool + func (p *VP8Payloader) Payload(mtu int, payload []byte) [][]byte + type VP9Packet struct + B bool + D bool + E bool + F bool + G bool + Height []uint16 + I bool + L bool + NG uint8 + NS uint8 + P bool + PDiff []uint8 + PGPDiff [][]uint8 + PGTID []uint8 + PGU []bool + Payload []byte + PictureID uint16 + SID uint8 + TID uint8 + TL0PICIDX uint8 + U bool + V bool + Width []uint16 + Y bool + func (p *VP9Packet) IsDetectedFinalPacketInSequence(rtpPacketMarketBit bool) bool + func (p *VP9Packet) Unmarshal(packet []byte) ([]byte, error) + type VP9PartitionHeadChecker struct + func (*VP9PartitionHeadChecker) IsPartitionHead(packet []byte) bool + type VP9Payloader struct + InitialPictureIDFn func() uint16 + func (p *VP9Payloader) Payload(mtu int, payload []byte) [][]byte Other modules containing this package github.com/pion/rtp