Function rtcp::packet::marshal

source ·
pub fn marshal(
    packets: &[Box<dyn Packet + Send + Sync>]
) -> Result<Bytes, Error>
Expand description

marshal takes an array of Packets and serializes them to a single buffer