Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/
H A Drtsp_track.rs104 pub async fn set_transport(&mut self, transport: RtspTransport) { in set_transport() method
/xiu/protocol/rtsp/src/session/
H A Dmod.rs402 track.set_transport(trans).await; in handle_setup()