Home
last modified time | relevance | path

Searched refs:protocol_type (Results 1 – 2 of 2) sorted by relevance

/xiu/protocol/rtsp/src/
H A Drtsp_transport.rs22 pub protocol_type: ProtocolType, field
39 rtsp_transport.protocol_type = ProtocolType::TCP; in unmarshal()
42 rtsp_transport.protocol_type = ProtocolType::UDP; in unmarshal()
108 let protocol_type = match self.protocol_type { in marshal() localVariable
/xiu/protocol/rtsp/src/session/
H A Dmod.rs346 match trans.protocol_type { in handle_setup()
415 let protocol_type = track.transport.protocol_type.clone(); in handle_play() localVariable
417 match protocol_type { in handle_play()