Searched refs:ProtocolType (Results 1 – 2 of 2) sorted by relevance
14 pub enum ProtocolType { enum22 pub protocol_type: ProtocolType,39 rtsp_transport.protocol_type = ProtocolType::TCP; in unmarshal()42 rtsp_transport.protocol_type = ProtocolType::UDP; in unmarshal()109 ProtocolType::TCP => "RTP/AVP/TCP", in marshal()110 ProtocolType::UDP => "RTP/AVP/UDP", in marshal()
18 use crate::rtsp_transport::ProtocolType;347 ProtocolType::TCP => { in handle_setup()350 ProtocolType::UDP => { in handle_setup()418 ProtocolType::TCP => { in handle_play()442 ProtocolType::UDP => { in handle_play()