Searched defs:RtspTransport (Results 1 – 1 of 1) sorted by relevance
24 struct RtspTransport struct27 typedef enum { RTP_PROTOCOL, RDT_PROTOCOL, UNKNOWN_PROTOCOL } ProtocolType;28 typedef enum { AVP_PROFILE, TCP_PROFILE, UNKNOWN_PROFILE } ProfileType;29 typedef enum { UDP_TRANSPORT, TCP_TRANSPORT, UNKNOWN_TRANSPORT } TransportType;30 typedef enum { UNICAST_DELIVERY, MULTICAST_DELIVERY } DeliveryType;32 ProtocolType protocol;33 bool protocolIsSet;34 ProfileType profile;35 bool profileIsSet;36 TransportType transportType;[all …]