Searched refs:RtspResponse (Results 1 – 2 of 2) sorted by relevance
106 pub struct RtspResponse { struct114 impl Unmarshal for RtspResponse { implementation116 let mut rtsp_response = RtspResponse::default(); in unmarshal()158 impl Marshal for RtspResponse { implementation
6 use crate::http::RtspResponse;638 fn gen_response(status_code: StatusCode, rtsp_request: &RtspRequest) -> RtspResponse { in gen_response() argument645 let mut response = RtspResponse { in gen_response()697 async fn send_response(&mut self, response: &RtspResponse) -> Result<(), SessionError> { in send_response()