protocol property
Defines the network protocol for streaming, either UDP=RTP/UDP, RTSP=RTP/RTSP/TCP or HTTP=RTP/RTSP/HTTP/TCP
- enum { 'UDP', 'TCP', 'RTSP', 'HTTP' }
Implementation
@JsonKey(name: 'Protocol')
final String protocol;
Defines the network protocol for streaming, either UDP=RTP/UDP, RTSP=RTP/RTSP/TCP or HTTP=RTP/RTSP/HTTP/TCP
@JsonKey(name: 'Protocol')
final String protocol;