producedVideo property
bool
get
producedVideo
Whether any video data actually made it through.
Implementation
bool get producedVideo => bytesStreamed > 0;
Whether any video data actually made it through.
bool get producedVideo => bytesStreamed > 0;