isEmpty property

bool get isEmpty

Whether there is no audio to encode.

Implementation

bool get isEmpty => tracks.isEmpty;