autoStart property
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;