Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/
H A Drtsp_transport.rs8 pub enum CastType { enum
21 pub cast_type: CastType,
45 rtsp_transport.cast_type = CastType::Unicast; in unmarshal()
48 rtsp_transport.cast_type = CastType::Multicast; in unmarshal()
114 CastType::Multicast => "multicast", in marshal()
115 CastType::Unicast => "unicast", in marshal()