status property

  1. @JsonKey(name: 'Status', fromJson: OnvifUtil.mappedToBool)
bool status
final

True if the metadata stream shall contain the PTZ status (IDLE, MOVING or UNKNOWN)

Implementation

@JsonKey(name: 'Status', fromJson: OnvifUtil.mappedToBool)
final bool status;