Home
last modified time | relevance | path

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

/xiu/library/streamhub/src/
H A Ddefine.rs182 async fn send_information(&self, sender: InformationSender); in send_information() method
H A Dlib.rs217 stream_handler.send_information(sender).await; in receive_event_loop()
/xiu/protocol/rtmp/src/session/
H A Dcommon.rs542 async fn send_information(&self, _: InformationSender) {} in send_information() method
/xiu/protocol/webrtc/src/session/
H A Dmod.rs531 async fn send_information(&self, _sender: InformationSender) {} in send_information() method
/xiu/protocol/rtsp/src/session/
H A Dmod.rs818 async fn send_information(&self, sender: InformationSender) { in send_information() method