Searched refs:cast_type (Results 1 – 1 of 1) sorted by relevance
21 pub cast_type: CastType, field45 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