Home
last modified time | relevance | path

Searched refs:on_rtcp (Results 1 – 3 of 3) sorted by relevance

/xiu/protocol/rtsp/src/
H A Drtsp_track.rs99 rtcp_channel_in.on_rtcp(&mut reader, rtcp_io.clone()).await; in rtcp_receive_loop()
121 pub async fn on_rtcp( in on_rtcp() method
126 self.rtcp_channel.lock().await.on_rtcp(reader, io).await; in on_rtcp()
H A Drtsp_channel.rs167 pub async fn on_rtcp( in on_rtcp() method
/xiu/protocol/rtsp/src/session/
H A Dmod.rs168 track.on_rtcp(&mut cur_reader, self.io.clone()).await; in on_rtp_over_rtsp_message()