Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/
H A Drtsp_transport.rs22 pub protocol_type: ProtocolType, field
108 let protocol_type = match self.protocol_type { in marshal() localVariable
/xiu/protocol/rtsp/src/session/
H A Dmod.rs415 let protocol_type = track.transport.protocol_type.clone(); in handle_play() localVariable