[go: up one dir, main page]

Trait rtp::packetizer::Depacketizer[][src]

pub trait Depacketizer {
    fn depacketize(&mut self, b: &Bytes) -> Result<()>;
}
Expand description

Depacketizer depacketizes a RTP payload, removing any RTP specific data from the payload

Required methods

Implementors