Home
last modified time | relevance | path

Searched refs:on_rtp (Results 1 – 2 of 2) sorted by relevance

/xiu/protocol/rtsp/src/
H A Drtsp_track.rs117 pub async fn on_rtp(&mut self, reader: &mut BytesReader) -> Result<(), UnPackerError> { in on_rtp() method
/xiu/protocol/rtsp/src/session/
H A Dmod.rs166 track.on_rtp(&mut cur_reader).await?; in on_rtp_over_rtsp_message()