autoStart property

  1. @JsonKey(name: 'AutoStart', fromJson: OnvifUtil.mappedToBool)
bool autoStart
final

Read only property signalling that streaming is persistant. Use the methods StartMulticastStreaming and StopMulticastStreaming to switch its state.

Implementation

@JsonKey(name: 'AutoStart', fromJson: OnvifUtil.mappedToBool)
final bool autoStart;