autoStart property

bool get autoStart

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

Implementation

bool get autoStart => xmlAutoStart['\$'].toLowerCase() == 'true';