producedVideo property

bool get producedVideo

Whether any video data actually made it through.

Implementation

bool get producedVideo => bytesStreamed > 0;