Struct webrtc_srtp::stream::Stream [−][src]
pub struct Stream { /* fields omitted */ }
Expand description
Stream handles decryption for a single RTP/RTCP SSRC
Implementations
Check if RTP is a stream.
Read reads and decrypts full RTP packet from the nextConn
ReadRTP reads and decrypts full RTP packet and its header from the nextConn
ReadRTCP reads and decrypts full RTP packet and its header from the nextConn
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Stream
impl !UnwindSafe for Stream