Versions in this module Expand all Collapse all v1 v1.0.0 Sep 27, 2023 Changes in this version + type Decoder struct + func (d *Decoder) Decode(pkt *rtp.Packet) ([]byte, error) + func (d *Decoder) Init() error + type Encoder struct + InitialSequenceNumber *uint16 + PayloadMaxSize int + PayloadType uint8 + SSRC *uint32 + func (e *Encoder) Encode(frame []byte) (*rtp.Packet, error) + func (e *Encoder) Init() error