Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/session/
H A Dmod.rs200 self.handle_record(&rtsp_request).await?; in on_rtsp_message()
544 async fn handle_record(&mut self, rtsp_request: &RtspRequest) -> Result<(), SessionError> { in handle_record() method