Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/
H A Drtsp_transport.rs21 pub cast_type: CastType, field
45 rtsp_transport.cast_type = CastType::Unicast; in unmarshal()
48 rtsp_transport.cast_type = CastType::Multicast; in unmarshal()
113 let cast_type = match self.cast_type { in marshal() localVariable