rtp_rtsp_tcp property
- @JsonKey(name: 'RTP_RTSP_TCP', fromJson: OnvifUtil.nullableBoolMappedFromXml)
final
Indicates support for RTP/RTSP/TCP.
Implementation
@JsonKey(
name: 'RTP_RTSP_TCP',
fromJson: OnvifUtil.nullableBoolMappedFromXml,
)
final bool? rtp_rtsp_tcp;