uri property

  1. @JsonKey(name: 'Uri', fromJson: OnvifUtil.mappedToString)
String uri
final

The URI to which the client should connect in order to stream the recording.

Implementation

@JsonKey(name: 'Uri', fromJson: OnvifUtil.mappedToString)
final String uri;