StreamingProtocol
public enum StreamingProtocol : String
These are the streaming protocol types.
-
Error
Declaration
Swift
case error
-
RTSP
Declaration
Swift
case RTSP
-
RTP (unicast)
Declaration
Swift
case RTP_Unicast = "RTP-Unicast"
-
RTP (multicast)
Declaration
Swift
case RTP_Multicast = "RTP-Multicast"