rtpRtspTcp property

  1. @JsonKey(name: '@RTP_RTSP_TCP', fromJson: OnvifUtil.nullableStringToBool)
bool? rtpRtspTcp
final

Indicates support for RTP/RTSP/TCP.

Implementation

@JsonKey(
  name: '@RTP_RTSP_TCP',
  fromJson: OnvifUtil.nullableStringToBool,
)
final bool? rtpRtspTcp;