Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/
H A Drtsp_transport.rs14 pub enum ProtocolType { enum
22 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()
/xiu/protocol/rtsp/src/session/
H A Dmod.rs18 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()