Home
last modified time | relevance | path

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

/xiu/library/streamhub/src/
H A Ddefine.rs152 pub type InformationSender = mpsc::UnboundedSender<Information>; typedef
182 async fn send_information(&self, sender: InformationSender); in send_information() argument
246 sender: InformationSender,
265 sender: InformationSender,
/xiu/protocol/rtmp/src/session/
H A Dcommon.rs25 FrameData, FrameDataReceiver, FrameDataSender, InformationSender, NotifyInfo,
542 async fn send_information(&self, _: InformationSender) {} in send_information() argument
/xiu/protocol/webrtc/src/session/
H A Dmod.rs4 DataSender, InformationSender, NotifyInfo, PublishType, PublisherInfo, StreamHubEvent,
531 async fn send_information(&self, _sender: InformationSender) {} in send_information() argument
/xiu/protocol/rtsp/src/session/
H A Dmod.rs51 FrameData, Information, InformationSender, NotifyInfo, PublishType, PublisherInfo,
818 async fn send_information(&self, sender: InformationSender) { in send_information() argument