rtp_rtsp_tcp property

  1. @JsonKey(name: '@RTP_RTSP_TCP', fromJson: OnvifUtil.stringToBool)
bool rtp_rtsp_tcp
final

Indicates support for RTP/RTSP/TCP.

Implementation

@JsonKey(
  name: '@RTP_RTSP_TCP',
  fromJson: OnvifUtil.stringToBool,
)
final bool rtp_rtsp_tcp;