Home
last modified time | relevance | path

Searched defs:Attributes (Results 1 – 16 of 16) sorted by relevance

/webrtc/interceptor/src/
H A Dstream_reader.rs9 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() argument
16 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() argument
H A Dlib.rs28 pub type Attributes = HashMap<usize, usize>; typedef
107 async fn read(&self, buf: &mut [u8], attributes: &Attributes) -> Result<(usize, Attributes)>; in read() argument
123 async fn read(&self, buf: &mut [u8], attributes: &Attributes) -> Result<(usize, Attributes)> { in read() argument
135 attributes: &Attributes, in write()
156 attributes: &Attributes, in write()
166 async fn read(&self, buf: &mut [u8], attributes: &Attributes) -> Result<(usize, Attributes)>; in read() argument
183 async fn read(&self, buf: &mut [u8], attributes: &Attributes) -> Result<(usize, Attributes)> { in read() argument
H A Dnoop.rs63 async fn read(&self, _buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() argument
70 async fn read(&self, _buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() argument
/webrtc/webrtc/src/rtp_transceiver/rtp_receiver/
H A Dmod.rs164 async fn read(&self, b: &mut [u8]) -> Result<(usize, Attributes)> { in read() argument
193 async fn read_simulcast(&self, b: &mut [u8], rid: &str) -> Result<(usize, Attributes)> { in read_simulcast() argument
229 ) -> Result<(Vec<Box<dyn rtcp::packet::Packet + Send + Sync>>, Attributes)> { in read_rtcp() argument
244 ) -> Result<(Vec<Box<dyn rtcp::packet::Packet + Send + Sync>>, Attributes)> { in read_simulcast_rtcp() argument
254 pub(crate) async fn read_rtp(&self, b: &mut [u8], tid: usize) -> Result<(usize, Attributes)> { in read_rtp() argument
616 pub async fn read(&self, b: &mut [u8]) -> Result<(usize, Attributes)> { in read() argument
621 pub async fn read_simulcast(&self, b: &mut [u8], rid: &str) -> Result<(usize, Attributes)> { in read_simulcast() argument
629 ) -> Result<(Vec<Box<dyn rtcp::packet::Packet + Send + Sync>>, Attributes)> { in read_rtcp() argument
637 ) -> Result<(Vec<Box<dyn rtcp::packet::Packet + Send + Sync>>, Attributes)> { in read_simulcast_rtcp() argument
737 pub(crate) async fn read_rtp(&self, b: &mut [u8], tid: usize) -> Result<(usize, Attributes)> { in read_rtp() argument
/webrtc/webrtc/src/track/track_remote/
H A Dmod.rs219 pub async fn read(&self, b: &mut [u8]) -> Result<(usize, Attributes)> { in read() argument
281 pub async fn read_rtp(&self) -> Result<(rtp::packet::Packet, Attributes)> { in read_rtp() argument
291 pub(crate) async fn peek(&self, b: &mut [u8]) -> Result<(usize, Attributes)> { in peek() argument
311 pub(crate) async fn prepopulate_peeked_data(&self, data: VecDeque<(Bytes, Attributes)>) { in prepopulate_peeked_data() argument
/webrtc/stun/src/
H A Dattributes.rs11 pub struct Attributes(pub Vec<RawAttribute>); struct
13 impl Attributes { impl
/webrtc/interceptor/src/twcc/receiver/
H A Dreceiver_stream.rs33 async fn read(&self, buf: &mut [u8], attributes: &Attributes) -> Result<(usize, Attributes)> { in read() argument
/webrtc/webrtc/src/rtp_transceiver/rtp_sender/
H A Dmod.rs37 async fn read(&self, b: &mut [u8]) -> Result<(usize, Attributes)> { in read() argument
70 ) -> Result<(Vec<Box<dyn rtcp::packet::Packet + Send + Sync>>, Attributes)> { in read_rtcp() argument
472 pub async fn read(&self, b: &mut [u8]) -> Result<(usize, Attributes)> { in read() argument
479 ) -> Result<(Vec<Box<dyn rtcp::packet::Packet + Send + Sync>>, Attributes)> { in read_rtcp() argument
/webrtc/interceptor/src/mock/
H A Dmock_stream.rs252 _attributes: &Attributes, in write()
262 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() argument
289 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() argument
/webrtc/interceptor/src/stats/
H A Dinterceptor.rs395 async fn read(&self, buf: &mut [u8], attributes: &Attributes) -> Result<(usize, Attributes)> { in read() argument
623 attributes: &Attributes, in write()
724 async fn read(&self, buf: &mut [u8], attributes: &Attributes) -> Result<(usize, Attributes)> { in read() argument
/webrtc/interceptor/src/nack/responder/
H A Dmod.rs105 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() argument
/webrtc/webrtc/src/rtp_transceiver/
H A Dsrtp_writer_future.rs263 async fn read(&self, buf: &mut [u8], a: &Attributes) -> IResult<(usize, Attributes)> { in read() argument
/webrtc/interceptor/src/report/receiver/
H A Dmod.rs29 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() argument
H A Dreceiver_stream.rs211 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() argument
/webrtc/interceptor/src/nack/generator/
H A Dgenerator_stream.rs155 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() argument
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs1469 _a: &Attributes, in write()