Home
last modified time | relevance | path

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

/xiu/library/streamhub/src/
H A Ddefine.rs40 pub enum PublishType { enum
87 pub pub_type: PublishType,
/xiu/protocol/rtmp/src/session/
H A Dcommon.rs26 PublishType, PublisherInfo, StreamHubEvent, StreamHubEventSender, SubscribeType,
279 SessionType::Client => PublishType::RelayRtmp, in get_publisher_info()
280 SessionType::Server => PublishType::PushRtmp, in get_publisher_info()
/xiu/protocol/webrtc/src/session/
H A Dmod.rs4 DataSender, InformationSender, NotifyInfo, PublishType, PublisherInfo, StreamHubEvent,
460 pub_type: PublishType::PushWebRTC, in get_publisher_info()
/xiu/protocol/rtsp/src/session/
H A Dmod.rs51 FrameData, Information, InformationSender, NotifyInfo, PublishType, PublisherInfo,
688 pub_type: PublishType::PushRtsp, in get_publisher_info()