Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/session/
H A Ddefine.rs36 let client_type = match self { in fmt() localVariable
H A Dclient_session.rs86 client_type: ClientType, field
96 client_type: ClientType, in new()
115 let packetizer = if client_type == ClientType::Publish { in new()
138 client_type, in new()
352 match self.client_type { in send_connect()
483 match self.client_type { in on_result_create_stream()
/xiu/protocol/rtsp/src/session/
H A Ddefine.rs38 let client_type = match self { in fmt() localVariable