rtp_tcp property

  1. @JsonKey(name: 'RTP_TCP', fromJson: OnvifUtil.nullableMappedToBool)
bool? rtp_tcp
final

Indicates support for RTP over TCP.

Implementation

@JsonKey(
  name: 'RTP_TCP',
  fromJson: OnvifUtil.nullableMappedToBool,
)
final bool? rtp_tcp;