Home
last modified time | relevance | path

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

/xiu/library/streamhub/src/
H A Ddefine.rs85 pub struct PublisherInfo { struct
92 impl Serialize for PublisherInfo { argument
225 info: PublisherInfo,
233 info: PublisherInfo,
/xiu/protocol/webrtc/src/session/
H A Dmod.rs4 DataSender, InformationSender, NotifyInfo, PublishType, PublisherInfo, StreamHubEvent,
301 publish_info: PublisherInfo, in unpublish_whip() argument
451 fn get_publisher_info(&self) -> PublisherInfo { in get_publisher_info() argument
458 PublisherInfo { in get_publisher_info()
/xiu/protocol/rtmp/src/session/
H A Dcommon.rs26 PublishType, PublisherInfo, StreamHubEvent, StreamHubEventSender, SubscribeType,
271 fn get_publisher_info(&mut self, sub_id: Uuid) -> PublisherInfo { in get_publisher_info() argument
283 PublisherInfo { in get_publisher_info()
/xiu/protocol/rtsp/src/session/
H A Dmod.rs51 FrameData, Information, InformationSender, NotifyInfo, PublishType, PublisherInfo,
679 fn get_publisher_info(&mut self) -> PublisherInfo { in get_publisher_info() argument
686 PublisherInfo { in get_publisher_info()