Home
last modified time | relevance | path

Searched refs:Information (Results 1 – 3 of 3) sorted by relevance

/xiu/library/streamhub/src/
H A Ddefine.rs137 pub enum Information { enum
152 pub type InformationSender = mpsc::UnboundedSender<Information>;
153 pub type InformationReceiver = mpsc::UnboundedReceiver<Information>;
H A Dlib.rs16 DataReceiver, DataSender, FrameData, FrameDataSender, Information, PubSubInfo,
520 sender: mpsc::UnboundedSender<Information>, in request() argument
/xiu/protocol/rtsp/src/session/
H A Dmod.rs51 FrameData, Information, InformationSender, NotifyInfo, PublishType, PublisherInfo,
247 if let Some(Information::Sdp { data }) = receiver.recv().await { in handle_describe()
819 if let Err(err) = sender.send(Information::Sdp { in send_information()