Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/
H A Drtmp.rs41 session.common.session_type, in run()
/xiu/protocol/rtmp/src/session/
H A Dcommon.rs45 pub session_type: SessionType, field
58 session_type: SessionType, in new()
71 session_type, in new()
253 let sub_type = match self.session_type { in get_subscriber_info()
278 let pub_type = match self.session_type { in get_publisher_info()
H A Dserver_session.rs338 self.unpacketizer.session_type = config::SERVER_PULL; in on_amf0_command_message()
342 self.unpacketizer.session_type = config::SERVER_PUSH; in on_amf0_command_message()
/xiu/protocol/rtmp/src/chunk/
H A Dunpacketizer.rs86 pub session_type: u8, field
106 session_type: 0, in new()