Trait webrtc_media::io::RTPWriter[][src]

pub trait RTPWriter {
    fn write_rtp(&mut self, pkt: &Packet) -> Result<()>;
fn close(&mut self) -> Result<()>; }

Required methods

Implementors