protocol property

  1. @JsonKey(name: 'Protocol')
String protocol
final

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;