sourceTag property

  1. @JsonKey(name: 'SourceTag', fromJson: OnvifUtil.mappedToString)
String sourceTag
final

If the received RTSP stream contains multiple tracks of the same type, the SourceTag differentiates between those Tracks. This field can be ignored in case of recording a local source.

Implementation

@JsonKey(name: 'SourceTag', fromJson: OnvifUtil.mappedToString)
final String sourceTag;