Searched refs:InformationSender (Results 1 – 4 of 4) sorted by relevance
| /xiu/library/streamhub/src/ |
| H A D | define.rs | 152 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 D | common.rs | 25 FrameData, FrameDataReceiver, FrameDataSender, InformationSender, NotifyInfo, 542 async fn send_information(&self, _: InformationSender) {} in send_information() argument
|
| /xiu/protocol/webrtc/src/session/ |
| H A D | mod.rs | 4 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 D | mod.rs | 51 FrameData, Information, InformationSender, NotifyInfo, PublishType, PublisherInfo, 818 async fn send_information(&self, sender: InformationSender) { in send_information() argument
|