Searched refs:is_rtp (Results 1 – 2 of 2) sorted by relevance
| /webrtc/srtp/src/ |
| H A D | stream.rs | 18 is_rtp: bool, field 23 pub fn new(ssrc: u32, tx: mpsc::Sender<u32>, is_rtp: bool) -> Self { in new() 30 if is_rtp { in new() 36 is_rtp, in new() 47 self.is_rtp in is_rtp_stream() 57 if !self.is_rtp { in read_rtp() 70 if self.is_rtp { in read_rtcp()
|
| /webrtc/srtp/src/session/ |
| H A D | mod.rs | 38 is_rtp: bool, field 45 is_rtp: bool, in new() 95 is_rtp, in new() 120 is_rtp, in new() 136 is_rtp: bool, in incoming() 143 let decrypted = if is_rtp { in incoming() 150 let ssrcs = if is_rtp { in incoming() 187 is_rtp: bool, in get_or_create_stream() 207 self.is_rtp, in open() 233 if self.is_rtp != is_rtp { in write() [all …]
|