port property

  1. @JsonKey(name: 'Port', fromJson: OnvifUtil.mappedToInt)
int port
final

The RTP mutlicast destination port. A device may support RTCP. In this case the port value shall be even to allow the corresponding RTCP stream to be mapped to the next higher (odd) destination port number as defined in the RTSP specification.

Implementation

@JsonKey(name: 'Port', fromJson: OnvifUtil.mappedToInt)
final int port;