Versions in this module Expand all Collapse all v0 v0.0.2 May 26, 2021 v0.0.1 May 21, 2021 Changes in this version + const FrameAudioOpus + const FrameVideoH264 + type Frame struct + Data []byte + Key bool + Timestamp uint32 + Type FrameType + type FrameType int + type H264RTPDepacketizer struct + func NewH264Depacketizer() *H264RTPDepacketizer + func (dpkt *H264RTPDepacketizer) AddPacket(packet *rtp.Packet) + func (dpkt *H264RTPDepacketizer) OnFrame(cb H264StreamCallback) + type H264StreamCallback func(frame *Frame) + type RTPJitter struct + func NewJitter(cap uint16, clockrate uint32) *RTPJitter + func (jitter *RTPJitter) Add(packet *rtp.Packet) bool + func (jitter *RTPJitter) GetOrdered() (out []*rtp.Packet) + func (jitter *RTPJitter) SetMaxWaitTime(wait uint32)