rtp_tcp property
- @JsonKey(name: 'RTP_TCP', fromJson: OnvifUtil.nullableMappedToBool)
final
Indicates support for RTP over TCP.
Implementation
@JsonKey(
name: 'RTP_TCP',
fromJson: OnvifUtil.nullableMappedToBool,
)
final bool? rtp_tcp;