Docs.rs
rtc-rtcp-0.20.0
rtc-rtcp 0.20.0
Docs.rs crate page
MIT
/
Apache-2.0
31 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
rainliu
Dependencies
bytes ^1.12.0
normal
rtc-shared ^0.20.0
normal
criterion ^0.8.2
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module packet
rtc_
rtcp
0.20.0
Module packet
Module Items
Traits
Functions
In crate rtc_
rtcp
rtc_rtcp
Module
packet
Copy item path
Source
Expand description
The
Packet
trait every RTCP packet type implements.
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.