Searched refs:CastType (Results 1 – 1 of 1) sorted by relevance
8 pub enum CastType { enum21 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()