active property

bool get active

Whether this stream is active (has at least one non-stopped track)

Implementation

bool get active => _tracks.any((t) => !t.stopped);