[go: up one dir, main page]

Module packet

Module packet 

Source

Traits§

Packet
Packet represents an RTCP packet, a protocol used for out-of-band statistics and control information for an RTP session

Functions§

marshal
marshal takes an array of Packets and serializes them to a single buffer
unmarshal
Unmarshal takes an entire udp datagram (which may consist of multiple RTCP packets) and returns the unmarshaled packets it contains.