Home
last modified time | relevance | path

Searched refs:pub_type (Results 1 – 6 of 6) sorted by relevance

/xiu/protocol/rtmp/src/netconnection/
H A Dwriter.rs26 pub pub_type: Option<String>, field
43 pub_type: Some("nonprivate".to_string()), in new()
59 pub_type: None, in new_none()
119 if let Some(pub_type) = properties.pub_type.clone() { in write_connect()
120 properties_map.insert(String::from("type"), Amf0ValueType::UTF8String(pub_type)); in write_connect()
/xiu/library/streamhub/src/
H A Ddefine.rs87 pub pub_type: PublishType, field
101 state.serialize_field("sub_type", &self.pub_type)?; in serialize()
/xiu/protocol/rtmp/src/session/
H A Dcommon.rs278 let pub_type = match self.session_type { in get_publisher_info() localVariable
285 pub_type, in get_publisher_info()
H A Dclient_session.rs363 properties.pub_type = Some("nonprivate".to_string()); in send_connect()
/xiu/protocol/webrtc/src/session/
H A Dmod.rs460 pub_type: PublishType::PushWebRTC, in get_publisher_info()
/xiu/protocol/rtsp/src/session/
H A Dmod.rs688 pub_type: PublishType::PushRtsp, in get_publisher_info()