Trait webrtc_media::io::Writer[][src]

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

Required methods

Implementors